Back to Devexpress

DxTreeView.ShowExpandButtons Property

blazor-devexpress-dot-blazor-dot-dxtreeview-b58037e3.md

latest1.1 KB
Original Source

DxTreeView.ShowExpandButtons Property

Specifies whether expand buttons are visible.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(true)]
[Parameter]
public bool ShowExpandButtons { get; set; }

Property Value

TypeDefaultDescription
Booleantrue

true, to display expand buttons; otherwise, false.

|

Remarks

Use the ShowExpandButtons option to control the expand and collapse buttons’ visibility.

Set the property to false to hide the buttons.

razor
<DxTreeView ShowExpandButtons="false">
    @* ... *@
</DxTreeView>

See Also

DxTreeView Class

DxTreeView Members

DevExpress.Blazor Namespace