Back to Devexpress

DxGridDataColumn Properties

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

latest8.2 KB
Original Source

DxGridDataColumn Properties

A DxGrid‘s data column.

NameDescription
AllowGroupSpecifies whether users can group data by this column.
AllowReorderSpecifies whether users can change this column’s position. Inherited from DxGridColumn.
AllowSortSpecifies whether users can sort data by the current column.
CaptionSpecifies the column caption. Inherited from DxGridColumn.
CaptionAlignmentSpecifies the alignment of the column’s Caption. Inherited from DxGridColumn.
CellDisplayTemplateSpecifies a template used to display the column’s cells.
CellEditTemplateAllows you to replace an automatically generated editor with custom content in the 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 of column values and summary values calculated for this column.
EditSettingsAllows you to customize the editor associated with this column.
ExportEnabledSpecifies whether the grid can export the current column.
ExportWidthSpecifies the column’s export width.
FieldNameSpecifies the 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.
FilterRowCellTemplateAllows you to replace default content with custom in the column’s filter row cell.
FilterRowEditorVisibleSpecifies whether the column’s filter row cell displays the automatically generated editor.
FilterRowOperatorTypeSpecifies the initial 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.
FixedPositionAllows you to anchor the column to the Grid’s left or right edge. Inherited from DxGridColumn.
FooterTemplateSpecifies a template used to display the column’s footer cell. Inherited from DxGridColumn.
GroupFooterTemplateSpecifies a template for the column’s group footer cell. Inherited from DxGridColumn.
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 DxGridColumn.
MinWidthSpecifies a column’s minimum width in pixels. Inherited from DxGridColumn.
NameSpecifies the column’s unique identifier. Inherited from DxGridColumn.
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 DxGridColumn.
SortIndexSpecifies the column’s index among sorted columns. If the property is set to -1, the grid data is not sorted by this column.
SortModeSpecifies how the Grid sorts column data (by values, by display text, or custom logic is used).
SortOrderSpecifies the column’s sort order (ascending or descending).
TextAlignmentSpecifies the alignment of text in column cells. Inherited from DxGridColumn.
UnboundExpressionSpecifies an expression to evaluate values for the unbound column.
UnboundTypeIndicates that the column is unbound and specifies its data type.
VisibleSpecifies whether the grid column is visible. Inherited from DxGridColumn.
VisibleIndexSpecifies a column’s position among other columns. Inherited from DxGridColumn.
WidthSpecifies column width in CSS units. Inherited from DxGridColumn.

See Also

DxGridDataColumn Class

DxGridDataColumn Members

DevExpress.Blazor Namespace