Class SingleSelectionMode
Specifies the Selection mode.
Inheritance
System.Object
SingleSelectionMode
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.UWP.dll
Syntax
public sealed class SingleSelectionMode : Enum
Fields
Select
Enables or disables singleselectionmode as Select. Its used to stop Unselection again click the same node.
Declaration
public const SingleSelectionMode Select
Field Value
Type | Description |
---|---|
SingleSelectionMode |
ToggleSelection
Enables or disables singleselectionmode as ToggleSelection.Its used to perform selection or unselection again click the same node.
Declaration
public const SingleSelectionMode ToggleSelection
Field Value
Type | Description |
---|---|
SingleSelectionMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |