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

BootstrapGridViewDataColumnSettings Properties

Provides options for data columns.
Name Description
AllowAutoFilter Gets or sets whether end-users can filter data by the column’s values. Inherited from GridViewDataColumnSettings.
AllowAutoFilterTextInputTimer Gets or sets whether the filter expression entered by an end-user within the auto-filter row cell is automatically applied. Inherited from GridViewDataColumnSettings.
AllowCellMerge Specifies if cell merging is allowed. Inherited from GridViewDataColumnSettings.
AllowDragDrop Gets or sets whether end-users can drag the column’s header. Inherited from GridViewDataColumnSettings.
AllowEllipsisInText Specifies if the column’s (row’s for ASPxVerticalGrid) cell texts can be automatically truncated if they don’t fit into the cell width. Inherited from GridDataColumnSettings.
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 Gets or sets whether grid data can be grouped by the current column. Inherited from GridViewDataColumnSettings.
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.
AutoFilterCondition Specifies the type of comparison operator used by filter row to create filter conditions for the current column. Inherited from GridViewDataColumnSettings.
FilterMode Specifies the filter mode for columns and rows (for ASPxVerticalGrid) values). Inherited from GridDataColumnSettings.
GroupInterval Gets or sets how data rows are grouped when grouping by the current column is applied. Inherited from GridViewDataColumnSettings.
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.
ShowFilterRowMenu Gets or sets whether filter row buttons are displayed within the auto filter row. Inherited from GridViewDataColumnSettings.
ShowFilterRowMenuLikeItem Gets or sets whether the Like item is displayed within the filter row menu. Inherited from GridViewDataColumnSettings.
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