Skip to main content
All docs
V25.2
  • ON

    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

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

    Parameters

    Name Type Description
    value Boolean

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

    Optional Parameters

    Name Type Default Description
    useAnimation Boolean True

    Enable animation effects.

    See Also