Back to Devexpress

GridDataColumnSettings Properties

aspnet-devexpress-dot-web-dot-griddatacolumnsettings-dot-underscore-properties.md

latest2.3 KB
Original Source

GridDataColumnSettings Properties

Serves as a base for classes that provide data column settings in grid-like controls.

NameDescription
AllowEllipsisInTextSpecifies if the column’s (row’s for ASPxVerticalGrid) cell texts can be automatically truncated if they don’t fit into the cell width.
AllowFilterBySearchPanelGets or sets whether end-users can filter data by the column’s (row’s for ASPxVerticalGrid) display text using the search panel.
AllowHeaderFilterGets or sets whether the filter button is displayed within the current column’s (row’s for ASPxVerticalGrid) header.
AllowSortSpecifies whether a user can sort data by column (or row for ASPxVerticalGrid) values.
FilterModeSpecifies the filter mode for columns and rows (for ASPxVerticalGrid) values).
HeaderFilterModeObsolete. Obsolete API.
ShowEditorInBatchEditModeSpecifies whether an editor is displayed for a read-only cell in batch edit mode.
ShowInFilterControlGets or sets whether an end-user can create filter conditions in the current column (row for ASPxVerticalGrid) in the filter control.
SortModeSpecifies how the control sorts data in a column (a row for ASPxVerticalGrid).

See Also

GridDataColumnSettings Class

GridDataColumnSettings Members

DevExpress.Web Namespace