Skip to main content
All docs
V18.2

FilterConditionCollectionBase.EndUpdate() Method

Unlocks the FilterConditionCollectionBase object after a call to the BeginUpdate method and causes an immediate visual update.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public virtual void EndUpdate()

Remarks

See the FilterConditionCollectionBase.BeginUpdate topic to learn more.

See Also