Skip to main content

PivotFieldValueStyle.CopyFrom(Style) Method

Duplicates the properties of the specified object into the current instance of the PivotFieldValueStyle class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public override void CopyFrom(
    Style source
)

Parameters

Name Type Description
source Style

A Style object from which the settings will be copied.

Remarks

Use the CopyFrom method to duplicate properties of the specified Style object into the instance of the PivotFieldValueStyle class from which this method is called.

Note

All properties, including those that have been set in the current instance of the PivotFieldValueStyle class, will be replaced by the associated property in the Style specified by the source parameter.

See Also