Skip to main content
All docs
V24.1

TransformationRule(TransformationRule) Constructor

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

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v24.1.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