Skip to main content

StyleFormatConditionBase.Assign(StyleFormatConditionBase) Method

Copies the settings from the object passed as the parameter.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Assign(
    StyleFormatConditionBase source
)

Parameters

Name Type Description
source StyleFormatConditionBase

A StyleFormatConditionBase object or descendant which represents the source of the operation.

See Also