Skip to main content
A newer version of this page is available. .
All docs
V20.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.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public GridBand Band { get; }

Property Value

Type Description
GridBand

The currently processed band.

See Also