Back to Devexpress

DXExpander.SetIsExpanded(Boolean, Boolean) Method

maui-devexpress-dot-maui-dot-core-dot-dxexpander-dot-setisexpanded-x28-system-dot-boolean-system-dot-boolean-x29.md

latest1.1 KB
Original Source

DXExpander.SetIsExpanded(Boolean, Boolean) Method

Specifies the value of the IsExpanded property.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public void SetIsExpanded(
    bool value,
    bool useAnimation = true
)

Parameters

NameTypeDescription
valueBoolean

true to expand the container; false to collapse the container.

|

Optional Parameters

NameTypeDefaultDescription
useAnimationBooleanTrue

Enable animation effects.

|

See Also

DXExpander Class

DXExpander Members

DevExpress.Maui.Core Namespace