Skip to main content

PivotGridWebOptionsPager.Assign(PropertiesBase) Method

Copies settings from the options object passed as the parameter.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override void Assign(
    PropertiesBase source
)

Parameters

Name Type Description
source PropertiesBase

A PropertiesBase descendant whose settings are assigned to the current object.

Remarks

The Assign method allows settings from the specified PivotGridWebOptionsPager object to be copied to the current one.

See Also