Back to Devexpress

GridViewColumn.ParentBand Property

aspnet-devexpress-dot-web-dot-gridviewcolumn-006ff962.md

latest1.3 KB
Original Source

GridViewColumn.ParentBand Property

Gets the column’s parent column.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public GridViewColumn ParentBand { get; }
vb
Public ReadOnly Property ParentBand As GridViewColumn

Property Value

TypeDescription
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

Columns

GridViewColumn Class

GridViewColumn Members

DevExpress.Web Namespace