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.v24.1.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