Specifies the location of the expand/collapse indicator in an expander control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum ExpandCollapseIndicatorLocation
Fields
The expand/collapse indicator is positioned at the end of the expander header.
C#
End = 1
The expand/collapse indicator is positioned at the start of the expander header.
C#
Start = 0