Skip to main content
All docs
V25.2
  • ON

    DXExpander Class

    A container control that can be expanded and collapsed.

    Namespace: DevExpress.Maui.Core

    Assembly: DevExpress.Maui.Core.dll

    NuGet Package: DevExpress.Maui.Core

    Declaration

    [DXLicenseMAUI]
    public class DXExpander :
        DXBorder,
        IView,
        IElement,
        ITransform

    Remarks

    For more information, refer to the following help topic: DevExpress Expander for .NET MAUI.

    Inheritance

    Show 11 items
    System.Object
    BindableObject
    Element
    NavigableElement
    VisualElement
    View
    DevExpress.Maui.Core.Internal.DXViewElement
    DevExpress.Maui.Core.Internal.DXViewBaseCore
    See Also