Skip to main content
Tab

GridViewColumn.ParentBand Property

Gets the column’s parent column.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewColumn ParentBand { get; }

Property Value

Type Description
GridViewColumn

A GridViewColumn 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 GridViewColumn.Columns collection contains the current column.

See Also