DxGridSelectionColumn Members
In This Article
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Allow |
Specifies whether users can change this column’s position.
Inherited from Dx |
Allow |
Specifies whether the selection column contains the Select All checkbox. |
Caption |
Specifies the column’s caption.
Inherited from Dx |
Caption |
Specifies the alignment of the column’s Caption.
Inherited from Dx |
Cell |
Specifies a template for selection column cells. |
Filter |
Specifies a template for the selection column’s filter row cell. |
Fixed |
Allows you to anchor the column to the Grid’s left or right edge.
Inherited from Dx |
Footer |
Specifies a template used to display the column’s footer cell.
Inherited from Dx |
Group |
Specifies a template for the column’s group footer cell.
Inherited from Dx |
Header |
Specifies a template used to display the column header’s caption.
Inherited from Dx |
Header |
Specifies a template for the selection column header. |
Min |
Specifies a column’s minimum width in pixels.
Inherited from Dx |
Name |
Specifies the column’s unique identifier.
Inherited from Dx |
Show |
Specifies whether a hidden column should be listed in the column chooser.
Inherited from Dx |
Text |
Specifies the alignment of text in column cells.
Inherited from Dx |
Visible |
Specifies whether the grid column is visible.
Inherited from Dx |
Visible |
Specifies a column’s position among other columns.
Inherited from Dx |
Width |
Specifies the column’s width in CSS units.
Inherited from Dx |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Visible |
Fires when the column visibility changes.
Inherited from Dx |
Visible |
Fires when the column’s visible index changes.
Inherited from Dx |
Width |
Fires when a column’s width changes.
Inherited from Dx |
See Also