Back to Devexpress

GridViewDataColumnSettings Properties

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

latest4.9 KB
Original Source

GridViewDataColumnSettings Properties

Provides options for data columns.

NameDescription
AllowAutoFilterGets or sets whether end-users can filter data by the column’s values.
AllowAutoFilterTextInputTimerGets or sets whether the filter expression entered by an end-user within the auto-filter row cell is automatically applied.
AllowCellMergeSpecifies if cell merging is allowed.
AllowDragDropGets or sets whether end-users can drag the column’s header.
AllowEllipsisInTextSpecifies 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.
AllowFilterBySearchPanelGets 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.
AllowGroupSpecifies whether data grouping by the column’s values is enabled.
AllowHeaderFilterGets or sets whether the filter button is displayed within the current column’s (row’s for ASPxVerticalGrid) header. Inherited from GridDataColumnSettings.
AllowSortSpecifies whether a user can sort data by column (or row for ASPxVerticalGrid) values. Inherited from GridDataColumnSettings.
AutoFilterConditionSpecifies the type of comparison operator used by filter row to create filter conditions for the current column.
FilterModeSpecifies the filter mode for columns and rows (for ASPxVerticalGrid) values). Inherited from GridDataColumnSettings.
GroupIntervalSpecifies how the control combines data rows when they are grouped by the current column.
HeaderFilterModeObsolete. Obsolete API. Inherited from GridDataColumnSettings.
ShowEditorInBatchEditModeSpecifies whether an editor is displayed for a read-only cell in batch edit mode. Inherited from GridDataColumnSettings.
ShowFilterRowMenuGets or sets whether filter row buttons are displayed within the auto filter row.
ShowFilterRowMenuLikeItemGets or sets whether the Like item is displayed within the filter row menu.
ShowInFilterControlGets or sets whether an end-user can create filter conditions in the current column (row for ASPxVerticalGrid) in the filter control. Inherited from GridDataColumnSettings.
SortModeSpecifies how the control sorts data in a column (a row for ASPxVerticalGrid). Inherited from GridDataColumnSettings.

See Also

GridViewDataColumnSettings Class

GridViewDataColumnSettings Members

DevExpress.Web Namespace