Class SelectionType
Selection types for selection behavior.
Inheritance
System.Object
SelectionType
Namespace: Syncfusion.UI.Xaml.SunburstChart
Assembly: Syncfusion.SfSunburstChart.WPF.dll
Syntax
public sealed class SelectionType : Enum
Fields
Child
Selection type is Child.
Declaration
public const SelectionType Child
Field Value
Type |
---|
SelectionType |
Group
Selection type is Group.
Declaration
public const SelectionType Group
Field Value
Type |
---|
SelectionType |
Parent
Selection type is Parent.
Declaration
public const SelectionType Parent
Field Value
Type |
---|
SelectionType |
Single
Selection type is Single.
Declaration
public const SelectionType Single
Field Value
Type |
---|
SelectionType |