ColumnHeader Class
Describes the column header parameters for a text column within a control.
Namespace: elsystem.
Properties
Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).
Name | Type | Description | |
DisplayIndex | int | Gets or sets the display order of the column, relative to the currently displayed columns. | |
Index | int | Gets the location of the column within the control's ColumnHeaderCollection. | |
Name | string | Gets or sets the name of the ColumnHeader. | |
Text | string | Gets or sets the text to be displayed in the column header line. | |
TextAlign | object | Gets or sets the HorizontalAlignment of the text within a column | |
Width | int | Gets or sets the width of a text column. |
Methods
Name | Description | |
Create() | Initializes a new instance of the ColumnHeader class. | |
Create(text,eTextAlign,width) | Initializes a new instance of the ColumnHeader class using the specified parameters. Parameters include the Text for the column header, the alignment of text within the column, and the width of the column. |