Back to Devexpress

CustomizationFormSearchEventArgs.OwnerBand Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-customizationformsearcheventargs-efb32c2c.md

latest1.4 KB
Original Source

CustomizationFormSearchEventArgs.OwnerBand Property

Gets the band that owns the current column or band. Returns null if there is no band for the current column/band.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public GridBand OwnerBand { get; }
vb
Public ReadOnly Property OwnerBand As GridBand

Property Value

TypeDescription
GridBand

The band that owns the current column or band.

|

See Also

CustomizationFormSearchEventArgs Class

CustomizationFormSearchEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace