Skip to main content
All docs
V23.2

TransformationRule(TransformationRule) Constructor

Initializes a new instance of the TransformationRule class with specified settings.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public TransformationRule(
    TransformationRule other
)

Parameters

Name Type Description
other TransformationRule

A TransformationRule instance.

See Also