Skip to main content
All docs
V24.2

CustomizationFormSearchEventArgs(BaseRowHeaderInfo, String, Boolean) Constructor

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

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v24.2.dll

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