Back to Devexpress

IGridColumn Properties

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

latest2.1 KB
Original Source

IGridColumn Properties

An interface that defines a Grid column’s API members (properties and methods).

NameDescription
AllowReorderSpecifies whether users can move this column.
CaptionSpecifies the column’s caption.
CaptionAlignmentSpecifies the alignment of the column’s Caption.
FixedPositionSpecifies column behavior when a user scrolls the Grid horizontally.
FooterTemplateSpecifies a template used to display the column’s footer cell.
GroupFooterTemplateSpecifies a template for the column’s group footer.
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 a grid column is visible.
VisibleIndexSpecifies a column’s position among other columns.
WidthSpecifies the column’s width.

See Also

IGridColumn Interface

IGridColumn Members

DevExpress.Blazor Namespace