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 |