CustomizationFormSearchEventArgs(GridColumn, String, Boolean) Constructor
Initializes a new instance of the CustomizationFormSearchEventArgs class with specified settings.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
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