Back to Devexpress

CustomizationFormSearchEventArgs.Band Property

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

latest1.3 KB
Original Source

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.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
GridBand

The currently processed band.

|

See Also

CustomizationFormSearchEventArgs Class

CustomizationFormSearchEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace