Back to Devexpress

DxGridColumn Properties

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

latest2.2 KB
Original Source

DxGridColumn Properties

A base class for Grid columns.

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.

See Also

DxGridColumn Class

DxGridColumn Members

DevExpress.Blazor Namespace