Skip to main content
A newer version of this page is available. .

PivotItemFormatRuleLevel.Assign(PivotItemFormatRuleLevel) Method

Copies settings of the specified object to the current object.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

public void Assign(
    PivotItemFormatRuleLevel level
)

Parameters

Name Type Description
level PivotItemFormatRuleLevel

An PivotItemFormatRuleLevel object whose settings are copied to the current object.

See Also