BootstrapCardViewColumnSettings Properties
Contains settings that relate to the sorting and filtering functionality of a column.Name | Description |
---|---|
AllowFilterBySearchPanel | Gets or sets whether end-users can filter data by the column’s (row’s for ASPxVerticalGrid) display text using the search panel. Inherited from GridDataColumnSettings. |
AllowHeaderFilter | Gets or sets whether the filter button is displayed within the current column’s (row’s for ASPxVerticalGrid) header. Inherited from GridDataColumnSettings. |
AllowSort | Specifies whether a user can sort data by column (or row for ASPxVerticalGrid) values. Inherited from GridDataColumnSettings. |
FilterMode | Specifies the filter mode for columns and rows (for ASPxVerticalGrid) values). Inherited from GridDataColumnSettings. |
HeaderFilterMode | Obsolete. Obsolete API. Inherited from GridDataColumnSettings. |
ShowEditorInBatchEditMode | Specifies whether an editor is displayed for a read-only cell in batch edit mode. Inherited from GridDataColumnSettings. |
SortMode | Specifies how the control sorts data in a column (a row for ASPxVerticalGrid). Inherited from GridDataColumnSettings. |
See Also