Class CheckIconType
Specifies the Checked Mode of Menu Item
Inheritance
System.Object
    CheckIconType
  Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfMenu.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public sealed class CheckIconType : Enum
  Fields
CheckBox
CheckBox can display to checked and unchecked items
Declaration
public const CheckIconType CheckBox
  Field Value
| Type | 
|---|
| CheckIconType | 
None
RadioButton or CheckBox is not displayed to check or uncheck the items
Declaration
public const CheckIconType None
  Field Value
| Type | 
|---|
| CheckIconType | 
RadioButton
RadioButton can display to checked and unchecked items
Declaration
public const CheckIconType RadioButton
  Field Value
| Type | 
|---|
| CheckIconType |