Class ExpanderPosition
Defines the expander position of the SfTreeView. The expander can be positioned either start or end of the item.
Inheritance
System.Object
ExpanderPosition
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.TreeView.WinUI.dll
Syntax
public sealed class ExpanderPosition : Enum
Fields
End
Specifies the expander position in view for tree view item is right side.
Declaration
public const ExpanderPosition End
Field Value
Type |
---|
ExpanderPosition |
Start
Specifies the expander position in view for tree view item is left side.
Declaration
public const ExpanderPosition Start
Field Value
Type |
---|
ExpanderPosition |