PGridOptionsFind.Assign(BaseOptions) Method
Assigns the specified object’s property values to the current object’s corresponding properties.
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 | The object whose property values to assign to the current object’s corresponding properties. |
See Also