Back to Devexpress

IGridBandColumn Members

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

latest3.0 KB
Original Source

IGridBandColumn Members

A band column that joins regular DxGrid columns into a group with a common header.

Properties

NameDescription
AllowReorderSpecifies whether users can move this column. Inherited from IGridColumn.
CaptionSpecifies the column’s caption. Inherited from IGridColumn.
CaptionAlignmentSpecifies the alignment of the column’s Caption. Inherited from IGridColumn.
FixedPositionSpecifies column behavior when a user scrolls the Grid horizontally. Inherited from IGridColumn.
FooterTemplateSpecifies a template used to display the column’s footer cell. Inherited from IGridColumn.
GroupFooterTemplateSpecifies a template for the column’s group footer. Inherited from IGridColumn.
HeaderCaptionTemplateSpecifies a template used to display the column header’s caption. Inherited from IGridColumn.
MinWidthSpecifies a column’s minimum width in pixels. Inherited from IGridColumn.
NameSpecifies the column’s unique identifier. Inherited from IGridColumn.
ShowInColumnChooserSpecifies whether a hidden column should be listed in the Column Chooser. Inherited from IGridColumn.
TextAlignmentSpecifies the alignment of text in column cells. Inherited from IGridColumn.
VisibleSpecifies whether a grid column is visible. Inherited from IGridColumn.
VisibleIndexSpecifies a column’s position among other columns. Inherited from IGridColumn.
WidthSpecifies the column’s width. Inherited from IGridColumn.

See Also

IGridBandColumn Interface

DevExpress.Blazor Namespace