Skip to main content

DXTreeView.RestoreExpandStateOnClearFilter Property

Gets or sets whether to restore the expanded node state when filtering is cancelled. This is a bindable property.

Namespace: DevExpress.Maui.TreeView

Assembly: DevExpress.Maui.TreeView.dll

NuGet Package: DevExpress.Maui.TreeView

Declaration

public bool RestoreExpandStateOnClearFilter { get; set; }

Property Value

Type Description
Boolean

true to restore the expanded node state; otherwise, false.

See Also