VGridOptionsFilter.Assign(BaseOptions) Method
Assigns property values of the specified VGridOptionsFilter object to the corresponding properties of this object.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v25.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| options | BaseOptions | An object whose property values are copied to the current object. |
See Also