Class SingleSelectionMode
Specifies the Selection mode.
Inheritance
System.Object
SingleSelectionMode
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.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 |
---|
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 |
---|
SingleSelectionMode |