menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CheckMode - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved