GridOptionsFilter.Assign(BaseOptions) Method
Copies all settings from the target BaseOptions object to this GridOptionsFilter object.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
options | BaseOptions | A BaseOptions object whose settings should be copied. |
See Also