Skip to main content
A newer version of this page is available. .

BootstrapCardViewColumnSettings Properties

Contains settings that relate to the sorting and filtering functionality of a column.
Name Description
AllowEllipsisInText This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
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.
AllowGroup
AllowHeaderFilter Gets or sets whether the filter button is displayed within the current column’s (row’s for ASPxVerticalGrid) header. Inherited from GridDataColumnSettings.
AllowSort Gets or sets whether the column’s (row’s for ASPxVerticalGrid) values can be sorted. Inherited from GridDataColumnSettings.
FilterMode Specifies the filter mode for columns and rows (for ASPxVerticalGrid) values). Inherited from GridDataColumnSettings.
GroupInterval
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.
ShowInFilterControl This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
SortMode Gets or sets how the column’s (row’s for ASPxVerticalGrid) data is sorted when sorting is applied to it. Inherited from GridDataColumnSettings.
See Also