Skip to main content
All docs
V25.2
  • CustomizationFormSearchEventArgs(GridColumn, String, Boolean) Constructor

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

    Namespace: DevExpress.XtraGrid.Views.Grid

    Assembly: DevExpress.XtraGrid.v25.2.dll

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

    Declaration

    public CustomizationFormSearchEventArgs(
        GridColumn column,
        string text,
        bool isVisible
    )

    Parameters

    Name Type Description
    column GridColumn

    The currently processed column.

    text String

    The search string.

    isVisible Boolean

    The initial visibility of the column header.

    See Also