The Column type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | AllowUserToResize |
Gets or sets a value indicating whether the current column is resizable at runtime in the view.
|
![]() | CellAlignment |
Gets or sets the alignment style value to apply to the cell container elements presenting item values for the current column.
|
![]() | CellCssClass |
Gets or sets the CSS class to apply to the cell container elements presenting item values for the current column.
|
![]() | CellTemplateClientCode |
Gets or sets a set of function body code statements (considering item parameter), returning HTML content to be presented for the current column cells in the grid.
|
![]() | ColumnType |
Gets or sets the type of the current column.
|
![]() | DisplayIndex |
Gets or sets a value indicating the display order the current column (by default zero).
|
![]() | ExportCellTemplateClientCode |
Gets or sets a set of function body code statements (considering item parameter), returning optional different HTML content to be presented for the current column cells in the grid at export time.
|
![]() | Header |
Gets or sets the content (usually text) to be displayed as header for the current column.
|
![]() | HeaderCssClass |
Gets or sets the CSS class to apply to the header container element of the current column.
|
![]() | IsReadOnly |
Gets or sets a value that indicates whether the current column cells should be read only.
|
![]() | IsVisible |
Gets or sets a value indicating whether the current column should be visible in the view.
|
![]() | MaxWidth |
Gets or sets an optional maximum width (in pixels) to allow the current column to be resized up to.
|
![]() | MinWidth |
Gets or sets an optional minimum width (in pixels) to allow the current column to be resized down to.
|
![]() | PropertyName |
Gets or sets the name of the property to bind item cell content values to when using the custom column type.
|
![]() | Width |
Gets or sets the width (in pixels) of the current column.
|