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.v23.1.dll
NuGet Package: DevExpress.Win.VerticalGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
options | BaseOptions | An object whose property values are copied to the current object. |
See Also