Skip to main content
All docs
V23.2

CustomizationFormSearchEventArgs.Band Property

Gets the currently processed band. Returns null if the CustomizationFormSearch event is fired for a column.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public GridBand Band { get; }

Property Value

Type Description
GridBand

The currently processed band.

See Also