Skip to main content
All docs
V24.1

CustomizationFormSearchEventArgs(GridBand, String, Boolean) Constructor

Initializes a new instance of the CustomizationFormSearchEventArgs class with specified settings.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v24.1.dll

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

Declaration

public CustomizationFormSearchEventArgs(
    GridBand band,
    string searchText,
    bool isVisible
)

Parameters

Name Type Description
band GridBand

The currently processed band.

searchText String

The search string.

isVisible Boolean

The initial visibility of the band header.

See Also