Back to Devexpress

BaseColumn.ParentBand Property

wpf-devexpress-dot-xpf-dot-grid-dot-basecolumn-b4567290.md

latest951 B
Original Source

BaseColumn.ParentBand Property

Gets the band that owns the column/band. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
BandBase

The parent band.

|

See Also

BaseColumn Class

BaseColumn Members

DevExpress.Xpf.Grid Namespace