Class TreeViewCheckBoxPosition
Defines the checkbox position of the SfTreeView. The checkbox can be placed on the start or end side of the content.
Inheritance
System.Object
TreeViewCheckBoxPosition
Namespace: Syncfusion.Maui.TreeView
Assembly: Syncfusion.Maui.TreeView.dll
Syntax
public sealed class TreeViewCheckBoxPosition : Enum
Fields
End
Specifies the checkbox position on the end side of the content.
Declaration
public const TreeViewCheckBoxPosition End
Field Value
| Type |
|---|
| TreeViewCheckBoxPosition |
Start
Specifies the checkbox position on the start side of the content.
Declaration
public const TreeViewCheckBoxPosition Start
Field Value
| Type |
|---|
| TreeViewCheckBoxPosition |