Skip to main content

TreeListFormatRule.Assign(FormatRuleBase) Method

Copies settings from the specified object to the current object.

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public override void Assign(
    FormatRuleBase source
)

Parameters

Name Type Description
source FormatRuleBase

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

See Also