GridViewColumn.ParentBand Property
In This Article
Gets the column’s parent column.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewColumn ParentBand { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Use the ParentBand property to get the immediate parent column, whose GridViewColumn.Columns collection contains the current column.
See Also