Back to Devexpress

DxGridCommandColumn Members

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

latest7.9 KB
Original Source

DxGridCommandColumn Members

A command column.

Constructors

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

Properties

NameDescription
AllowReorderSpecifies whether users can change this column’s position. Inherited from DxGridColumn.
CancelButtonVisibleSpecifies whether the command column displays the Cancel button in EditRow or EditCell edit mode.
CaptionSpecifies the column caption. Inherited from DxGridColumn.
CaptionAlignmentSpecifies the alignment of the column’s Caption. Inherited from DxGridColumn.
CellDisplayTemplateSpecifies a template used to display command column cells.
CellEditTemplateSpecifies a template used to display the command column’s edit cell.
ClearFilterButtonVisibleSpecifies whether the command column displays the Clear button.
DeleteButtonVisibleSpecifies whether the command column displays Delete buttons.
DisplayModeSpecifies whether command buttons display icons, captions, or both.
EditButtonVisibleSpecifies whether the command column displays Edit buttons.
FilterRowCellTemplateSpecifies a template used to display the command column’s filter row cell.
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.
HeaderCaptionTemplateSpecifies a template used to display the column header’s caption. Inherited from DxGridColumn.
HeaderTemplateSpecifies a template used to display the command column header.
MinWidthSpecifies a column’s minimum width in pixels. Inherited from DxGridColumn.
NameSpecifies the column’s unique identifier. Inherited from DxGridColumn.
NewButtonVisibleSpecifies whether the command column displays the New button.
SaveButtonVisibleSpecifies whether the command column displays the Save button in EditRow or EditCell edit mode.
ShowInColumnChooserSpecifies whether a hidden column should be listed in the column chooser. Inherited from DxGridColumn.
TextAlignmentSpecifies the alignment of text in column cells. Inherited from DxGridColumn.
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
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

DxGridCommandColumn Class

DevExpress.Blazor Namespace