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

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

    Namespace: DevExpress.XtraVerticalGrid.Events

    Assembly: DevExpress.XtraVerticalGrid.v25.2.dll

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

    Declaration

    public CustomizationFormSearchEventArgs(
        BaseRowHeaderInfo row,
        string text,
        bool isVisible
    )

    Parameters

    Name Type Description
    row DevExpress.XtraVerticalGrid.ViewInfo.BaseRowHeaderInfo

    The processed row.

    text String

    The search string.

    isVisible Boolean

    The initial visibility of the row header.

    See Also