Back to Devexpress

DxGridDataColumn Members

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

latest11.7 KB
Original Source

DxGridDataColumn Members

A DxGrid‘s data column.

Constructors

NameDescription
DxGridDataColumn()Initializes a new instance of the DxGridDataColumn class.

Properties

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.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
FilterRowOperatorTypeChangedFires when the column’s operator type changes.
FilterRowValueChangedFires when the value in the column’s filter row editor changes.
GroupIndexChangedFires when the column’s group index changes.
SortIndexChangedFires when the column’s sort index changes.
SortOrderChangedFires when the column’s sort order changes.
VisibleChangedFires when the column visibility changes. Inherited from DxGridColumn.
VisibleIndexChangedFires when the column’s visible index changes. Inherited from DxGridColumn.
WidthChangedFires when a column’s width changes. Inherited from DxGridColumn.

See Also

DxGridDataColumn Class

DevExpress.Blazor Namespace