Skip to main content

CheckedTreeListFilterModel.IsUpdating Property

Gets whether the CheckedTreeListFilterElement is updating.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool IsUpdating { get; }

Property Value

Type Description
Boolean

true, if the CheckedTreeListFilterElement is updating; otherwise, false.

See Also