Class CheckMode
Creates an enumeration list for CheckMode options for the Radial Menu control.
Inheritance
System.Object
CheckMode
Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfRadialMenu.UWP.dll
Syntax
public sealed class CheckMode : Enum
Fields
CheckBox
An item will be unchecked if checked again.
Declaration
public const CheckMode CheckBox
Field Value
Type |
---|
CheckMode |
None
All items can be selected.
Declaration
public const CheckMode None
Field Value
Type |
---|
CheckMode |
RadioButton
Only one item can be selected at a time.
Declaration
public const CheckMode RadioButton
Field Value
Type |
---|
CheckMode |