Class ExpanderIconPosition
Specifies the position of the expander icon within an SfExpander control.
Inheritance
System.Object
ExpanderIconPosition
Namespace: Syncfusion.Maui.Expander
Assembly: Syncfusion.Maui.Expander.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 |