menu

Blazor

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

    Show / Hide Table of Contents

    Class MdTaskProperties

    Represents the properties for task item in Markdown. This property applies if a paragraph starts with checkbox.

    Inheritance
    System.Object
    MdTaskProperties
    Namespace: Syncfusion.Office.Markdown
    Assembly: Syncfusion.Markdown.dll
    Syntax
    public class MdTaskProperties : Object

    Constructors

    MdTaskProperties()

    Declaration
    public MdTaskProperties()

    Properties

    IsChecked

    Gets or sets a value indicating whether task item is checked. Default is false.

    Declaration
    public bool IsChecked { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved