Back to Devexpress

FormatConditionCollectionBase.Assign(FormatConditionCollectionBase) Method

windowsforms-devexpress-dot-xtraeditors-dot-formatconditioncollectionbase-dot-assign-x28-devexpress-dot-xtraeditors-dot-formatconditioncollectionbase-x29.md

latest1.8 KB
Original Source

FormatConditionCollectionBase.Assign(FormatConditionCollectionBase) Method

Copies the settings from the object passed as the parameter.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void Assign(
    FormatConditionCollectionBase source
)
vb
Public Overridable Sub Assign(
    source As FormatConditionCollectionBase
)

Parameters

NameTypeDescription
sourceFormatConditionCollectionBase

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

FormatConditionCollectionBase Class

FormatConditionCollectionBase Members

DevExpress.XtraEditors Namespace