Skip to main content
All docs
V25.2
  • DXTreeView.ReduceSizeToContent Property

    Gets or sets whether the DXTreeView reduces its size to occupy the minimum space needed for its content. This is a bindable property.

    Namespace: DevExpress.Maui.TreeView

    Assembly: DevExpress.Maui.TreeView.dll

    NuGet Package: DevExpress.Maui.TreeView

    Declaration

    public bool ReduceSizeToContent { get; set; }

    Property Value

    Type Description
    Boolean

    true if the DXTreeView size is reduced to fit its content; otherwise, false.

    See Also