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

GridDataColumnSettings Properties

Serves as a base for classes that provide data column settings in grid-like controls.
Name Description
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.
AllowFilterBySearchPanel Gets or sets whether end-users can filter data by the column’s (row’s for ASPxVerticalGrid) display text using the search panel.
AllowHeaderFilter Gets or sets whether the filter button is displayed within the current column’s (row’s for ASPxVerticalGrid) header.
AllowSort Gets or sets whether the column’s (row’s for ASPxVerticalGrid) values can be sorted.
FilterMode Specifies the filter mode for columns and rows (for ASPxVerticalGrid) values).
HeaderFilterMode Obsolete. Obsolete API.
ShowEditorInBatchEditMode Specifies whether an editor is displayed for a read-only cell in batch edit mode.
ShowInFilterControl Gets or sets whether an end-user can create filter conditions in the current column (row for ASPxVerticalGrid) in the filter control.
SortMode Gets or sets how the column’s (row’s for ASPxVerticalGrid) data is sorted when sorting is applied to it.
See Also