Class ExpandCollapseIndicatorLocation
Specifies the location of the expand/collapse indicator in an expander control.
Inheritance
System.Object
ExpandCollapseIndicatorLocation
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class ExpandCollapseIndicatorLocation : Enum
Fields
End
The expand/collapse indicator is positioned at the end of the expander header.
Declaration
public const ExpandCollapseIndicatorLocation End
Field Value
ExpandCollapseIndicatorLocation
|
Start
The expand/collapse indicator is positioned at the start of the expander header.
Declaration
public const ExpandCollapseIndicatorLocation Start
Field Value
ExpandCollapseIndicatorLocation
|
value__
Declaration
public int value__
Field Value
System.Int32
|