menu

UWP

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

    Show / Hide Table of Contents

    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

    Extension Methods

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