Back to Devexpress

IGridDataColumn Properties

blazor-devexpress-dot-blazor-dot-igriddatacolumn-dot-underscore-properties.md

latest7.8 KB
Original Source

IGridDataColumn Properties

An interface that defines a Grid data column‘s API members (properties and methods).

NameDescription
AllowGroupSpecifies whether users can group data by this column.
AllowReorderSpecifies whether users can move this column. Inherited from IGridColumn.
AllowSortSpecifies whether users can sort data in this column.
CaptionSpecifies the column’s caption. Inherited from IGridColumn.
CaptionAlignmentSpecifies the alignment of the column’s Caption. Inherited from IGridColumn.
CellDisplayTemplateSpecifies a template used to display the column’s cells.
CellEditTemplateSpecifies a template used to display a data column‘s edit cell.
DataRowEditorVisibleSpecifies whether to render the editor associated with this column in the column edit cell, edit form, or pop-up edit form.
DisplayFormatSpecifies the format string for column values.
EditSettingsAllows you to customize the column cell editor.
ExportEnabledSpecifies whether the Grid can export the current column.
ExportWidthSpecifies the column’s export width.
FieldNameSpecifies a data field that supplies column values.
FilterBuilderFieldDisplayModeSpecifies whether the built-in filter builder displays a field for this column.
FilterMenuButtonDisplayModeSpecifies when the column displays the filter menu button.
FilterMenuTemplateSpecifies a template used to display the column’s filter menu.
FilterModeSpecifies whether grid data is filtered by value or display text.
FilterRowCellTemplateSpecifies a template used to display the column’s filter row cell.
FilterRowEditorVisibleSpecifies whether the column’s filter row cell displays the in-place text editor.
FilterRowOperatorTypeSpecifies an operator type used to create a filter condition based on the filter row value.
FilterRowValueSpecifies the initial value in the column’s filter row editor.
FixedPositionSpecifies column behavior when a user scrolls the Grid horizontally. Inherited from IGridColumn.
FooterTemplateSpecifies a template used to display the column’s footer cell. Inherited from IGridColumn.
GroupFooterTemplateSpecifies a template for the column’s group footer. Inherited from IGridColumn.
GroupIndexSpecifies the column’s index among grouped columns.
GroupIntervalSpecifies how to group data rows.
GroupRowTemplateSpecifies a template used to display group rows when the Grid is grouped by this column.
HeaderCaptionTemplateSpecifies a template used to display the column header’s caption. Inherited from IGridColumn.
MinWidthSpecifies a column’s minimum width in pixels. Inherited from IGridColumn.
NameSpecifies the column’s unique identifier. Inherited from IGridColumn.
ReadOnlySpecifies whether a user can change the column editor value when the Grid is in edit mode.
SearchEnabledSpecifies whether the Grid can search text in cells of the current column.
ShowInColumnChooserSpecifies whether a hidden column should be listed in the Column Chooser. Inherited from IGridColumn.
SortIndexSpecifies the column’s index among sorted columns.
SortModeSpecifies how grid data is sorted (by value, by display text, or custom logic is used).
SortOrderSpecifies the column’s sort order.
TextAlignmentSpecifies the alignment of text in column cells. Inherited from IGridColumn.
UnboundExpressionSpecifies an expression to evaluate values for the unbound column.
UnboundTypeSpecifies the data type of the unbound column.
VisibleSpecifies whether a grid column is visible. Inherited from IGridColumn.
VisibleIndexSpecifies a column’s position among other columns. Inherited from IGridColumn.
WidthSpecifies the column’s width. Inherited from IGridColumn.

See Also

IGridDataColumn Interface

IGridDataColumn Members

DevExpress.Blazor Namespace