Back to Devexpress

IGridColumn Members

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

latest2.0 KB
Original Source

IGridColumn Members

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

Properties

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

DevExpress.Blazor Namespace