Back to Devexpress

DxGridColumn Members

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

latest4.6 KB
Original Source

DxGridColumn Members

A base class for Grid columns.

Properties

NameDescription
AllowReorderSpecifies whether users can change this column’s position.
CaptionSpecifies the column caption.
CaptionAlignmentSpecifies the alignment of the column’s Caption.
FixedPositionAllows you to anchor the column to the Grid’s left or right edge.
FooterTemplateSpecifies a template used to display the column’s footer cell.
GroupFooterTemplateSpecifies a template for the column’s group footer cell.
HeaderCaptionTemplateSpecifies a template used to display the column header’s caption.
MinWidthSpecifies a column’s minimum width in pixels.
NameSpecifies the column’s unique identifier.
ShowInColumnChooserSpecifies whether a hidden column should be listed in the column chooser.
TextAlignmentSpecifies the alignment of text in column cells.
VisibleSpecifies whether the grid column is visible.
VisibleIndexSpecifies a column’s position among other columns.
WidthSpecifies column width in CSS units.

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.
VisibleIndexChangedFires when the column’s visible index changes.
WidthChangedFires when a column’s width changes.

See Also

DxGridColumn Class

DevExpress.Blazor Namespace