CustomizationFormSearchEventArgs(BaseRowHeaderInfo, String, Boolean) Constructor
Initializes a new instance of the CustomizationFormSearchEventArgs class with specified settings.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.1.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