C# 클래스 XPTable.Models.DropDownColumn

상속: Column
파일 보기 프로젝트 열기: binaryage/xrefresh

Private Properties

프로퍼티 타입 설명
Init void

공개 메소드들

메소드 설명
DropDownColumn ( ) : System

Creates a new DropDownColumn with default values

DropDownColumn ( string text ) : System

Creates a new DropDownColumn with the specified header text

DropDownColumn ( string text, Image image ) : System

Creates a new DropDownColumn with the specified header text and image

DropDownColumn ( string text, Image image, int width ) : System

Creates a new DropDownColumn with the specified header text, image and width

DropDownColumn ( string text, Image image, int width, bool visible ) : System

Creates a new DropDownColumn with the specified header text, image, width and visibility

DropDownColumn ( string text, int width ) : System

Creates a new DropDownColumn with the specified header text and width

DropDownColumn ( string text, int width, bool visible ) : System

Creates a new DropDownColumn with the specified header text, width and visibility

비공개 메소드들

메소드 설명
Init ( ) : void

Initializes the DropDownColumn with default values

메소드 상세

DropDownColumn() 공개 메소드

Creates a new DropDownColumn with default values
public DropDownColumn ( ) : System
리턴 System

DropDownColumn() 공개 메소드

Creates a new DropDownColumn with the specified header text
public DropDownColumn ( string text ) : System
text string The text displayed in the column's header
리턴 System

DropDownColumn() 공개 메소드

Creates a new DropDownColumn with the specified header text and image
public DropDownColumn ( string text, Image image ) : System
text string The text displayed in the column's header
image Image The image displayed on the column's header
리턴 System

DropDownColumn() 공개 메소드

Creates a new DropDownColumn with the specified header text, image and width
public DropDownColumn ( string text, Image image, int width ) : System
text string The text displayed in the column's header
image Image The image displayed on the column's header
width int The column's width
리턴 System

DropDownColumn() 공개 메소드

Creates a new DropDownColumn with the specified header text, image, width and visibility
public DropDownColumn ( string text, Image image, int width, bool visible ) : System
text string The text displayed in the column's header
image Image The image displayed on the column's header
width int The column's width
visible bool Specifies whether the column is visible
리턴 System

DropDownColumn() 공개 메소드

Creates a new DropDownColumn with the specified header text and width
public DropDownColumn ( string text, int width ) : System
text string The text displayed in the column's header
width int The column's width
리턴 System

DropDownColumn() 공개 메소드

Creates a new DropDownColumn with the specified header text, width and visibility
public DropDownColumn ( string text, int width, bool visible ) : System
text string The text displayed in the column's header
width int The column's width
visible bool Specifies whether the column is visible
리턴 System