Skip to main content
All docs
V25.1
  • 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.1.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