Back to Devexpress

DXExpander.HideOnCollapsed Property

maui-devexpress-dot-maui-dot-core-dot-dxexpander-7746e75b.md

latest1.2 KB
Original Source

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

csharp
public bool HideOnCollapsed { get; set; }

Property Value

TypeDescription
Boolean

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

|

See Also

DXExpander Class

DXExpander Members

DevExpress.Maui.Core Namespace