Class ExpanderHeaderLocation
Specifies the location of the header in RadExpander.
Inheritance
System.Object
ExpanderHeaderLocation
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class ExpanderHeaderLocation : Enum
Fields
Bottom
The header is positioned at the bottom of RadExpander.
Declaration
public const ExpanderHeaderLocation Bottom
Field Value
ExpanderHeaderLocation
|
Top
The header is positioned at the top of RadExpander.
Declaration
public const ExpanderHeaderLocation Top
Field Value
ExpanderHeaderLocation
|
value__
Declaration
public int value__
Field Value
System.Int32
|