Skip to main content
All docs
V18.2

FilterConditionBase.Assign(FilterConditionBase) Method

Clears the contents of the current collection and then copies the contents of the specified collection to the current collection.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public virtual void Assign(
    FilterConditionBase source
)

Parameters

Name Type Description
source FilterConditionBase

A collection whose contents must be copied to the current collection.

See Also