menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class ExpanderIconPosition - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExpanderIconPosition

    Specifies the position of the expander icon within the SfExpander control.

    Inheritance
    System.Object
    ExpanderIconPosition
    Namespace: Syncfusion.Maui.Toolkit.Expander
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public sealed class ExpanderIconPosition : Enum

    Fields

    End

    Specifies that the expander icon is positioned on the right side of the Expander control.

    Declaration
    public const ExpanderIconPosition End
    Field Value
    Type
    ExpanderIconPosition

    None

    Specifies that the expander icon will not be shown on the header.

    Declaration
    public const ExpanderIconPosition None
    Field Value
    Type
    ExpanderIconPosition

    Start

    Specifies that the expander icon is positioned on the left side of the Expander control.

    Declaration
    public const ExpanderIconPosition Start
    Field Value
    Type
    ExpanderIconPosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved