ASPxGridBehaviorSettings Properties
Serves as a base for classes that provide behavior options for grid-like controls (such as ASPxGridView, ASPxCardView and ASPxVerticalGrid).
Name | Description |
---|---|
Allow |
Gets or sets a value that specifies whether the Focused |
Allow |
Specifies whether the control can automatically truncate the cell texts if they don’t fit into the cell width. |
Allow |
Specifies whether filtering using the header filter is allowed. |
Allow |
Specifies whether a user can sort data in a grid. |
Confirm |
Specifies whether the Confirm Delete window is displayed before a data item (row, card, or record) is deleted. |
Encode |
Gets or sets whether to encode error row content. |
Header |
Gets or sets the maximum number of records that are scanned to populate a header filter dropdown with unique filter values. |
Process |
Gets or sets a value that specifies whether selection changes should be processed on the server side. |
Selection |
Gets or sets a value that specifies how the control stores the keys of the selected records. |
Sort |
Specifies how the control sorts its data. |
Summaries |
Gets or sets whether null values must be ignored when calculating summaries. |
See Also