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
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