Skip to main content

FormatConditionRuleBase.Assign(FormatConditionRuleBase) Method

Copies settings from the specified object to the current object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void Assign(
    FormatConditionRuleBase rule
)

Parameters

Name Type Description
rule FormatConditionRuleBase

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

See Also