Skip to main content
ON

DXExpander.HideOnCollapsed Property

Gets or sets whether to disable the IsVisible property when the control is collapsed. This is a bindable property.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public bool HideOnCollapsed { get; set; }

Property Value

Type Description
Boolean

true to disable the IsVisible property when the control is collapsed; otherwise, false.

See Also