VGridOptionsRowFilter.Assign(BaseOptions) Method
Assigns property values of the specified VGridOptionsRowFilter object to the corresponding properties of this object.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| options | BaseOptions | An object whose property values are copied to the current object. |
See Also