Back to Devexpress

CardViewDataColumnSettings Properties

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

latest3.5 KB
Original Source

CardViewDataColumnSettings Properties

Contains settings that relate to the sorting and filtering functionality of a column.

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. 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.
AllowGroupGets or sets whether grid data can be grouped by the current column.
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.
FilterModeSpecifies the filter mode for columns and rows (for ASPxVerticalGrid) values). Inherited from GridDataColumnSettings.
GroupIntervalGets or sets how cards are grouped when grouping by the current column is applied.
HeaderFilterModeObsolete. Obsolete API. Inherited from GridDataColumnSettings.
ShowEditorInBatchEditModeSpecifies whether an editor is displayed for a read-only cell in batch edit mode. Inherited from GridDataColumnSettings.
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

CardViewDataColumnSettings Class

CardViewDataColumnSettings Members

DevExpress.Web Namespace