Skip to main content
A newer version of this page is available. .

BootstrapGridViewBandColumn.ParentBand Property

Gets the column’s parent column.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[Browsable(false)]
public BootstrapGridViewBandColumn ParentBand { get; }

Property Value

Type Description
BootstrapGridViewBandColumn

A BootstrapGridViewBandColumn object that is the parent column. null (Nothing in Visual Basic) if the current node is at the root level.

Remarks

Use the ParentBand property to get the immediate parent column, whose Columns collection contains the current column.

See Also