Enum CheckMode
Creates an enumeration list for CheckMode options for the Radial Menu control.
Namespace: Syncfusion.Windows.Controls.Navigation
Assembly: Syncfusion.SfRadialMenu.Wpf.dll
Syntax
public enum CheckMode
Fields
| Name | Description |
|---|---|
| CheckBox | An item will be unchecked if checked again. |
| None | All items can be selected. |
| RadioButton | Only one item can be selected at a time. |