Skip to main content
A newer version of this page is available. .

FormatConditionCollectionBase.Assign(FormatConditionCollectionBase) Method

Copies the settings from the object passed as the parameter.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public virtual void Assign(
    FormatConditionCollectionBase source
)

Parameters

Name Type Description
source FormatConditionCollectionBase

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

Remarks

The Assign method allows you to have two FormatConditionCollectionBase descendants with identical settings provided that these objects are of the same type. It copies the properties of the object passed as the parameter to the current object.

See Also