Class IconPosition
Represents the icon position of the HeaderIconPosition in the header part of the accordion item.
Inheritance
System.Object
IconPosition
Namespace: Syncfusion.XForms.Expander
Assembly: Syncfusion.Expander.XForms.dll
Syntax
public sealed class IconPosition : Enum
Remarks
The HeaderIconPosition property will choose indicator location in header like start and end.
Fields
End
Specifies that indicator will be shown at the end position of header or content part of the expander.
Declaration
public const IconPosition End
Field Value
Type |
---|
IconPosition |
None
Specifies that indicator will not be shown for the header and content in the view.
Declaration
public const IconPosition None
Field Value
Type |
---|
IconPosition |
Start
Specifies that indicator will be shown at the start position of header or content part of the expander.
Declaration
public const IconPosition Start
Field Value
Type |
---|
IconPosition |