PivotGridWebOptionsLayout.Assign(BaseOptions) Method
Copies settings from the options object passed as the parameter.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| options | BaseOptions | A BaseOptions descendant whose settings are assigned to the current object. |
Remarks
The Assign method allows settings from the specified PivotGridWebOptionsLayout object to be copied to the current one.
See Also