Skip to main content
All docs
V25.2
  • TreeNodeExpandButton.BindIsVisible Property

    Specifies whether to bind the TreeNodeExpandButton.IsVisible property to DXTreeView settings. This is a bindable property.

    Namespace: DevExpress.Maui.TreeView

    Assembly: DevExpress.Maui.TreeView.dll

    NuGet Package: DevExpress.Maui.TreeView

    Declaration

    public bool BindIsVisible { get; set; }

    Property Value

    Type Description
    Boolean

    true to bind the TreeNodeExpandButton.IsVisible property to DXTreeView settings; otherwise, false.

    Remarks

    You may need the BindIsVisible property if you implement node templates and require custom visibility state management.

    See Also