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 |
|
Remarks
You may need the BindIsVisible
property if you implement node templates and require custom visibility state management.
See Also