menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RibbonCheckBoxSettings - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RibbonCheckBoxSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    RibbonCheckBoxSettings
    Namespace: Syncfusion.EJ2.Ribbon
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RibbonCheckBoxSettings : EJTagHelper

    Constructors

    RibbonCheckBoxSettings()

    Declaration
    public RibbonCheckBoxSettings()

    Properties

    Change

    Declaration
    public string Change { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Checked

    Defines the whether the checkbox is checked or not.

    Declaration
    public bool Checked { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Created

    Declaration
    public string Created { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    CssClass

    Defines one or more CSS classes to customize the appearance of checkbox.

    Declaration
    public string CssClass { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    HtmlAttributes

    Specifies additional HTML attributes to be applied to the checkbox.

    Declaration
    public object HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Label

    Defines the label for the checkbox.

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    LabelPosition

    Defines whether the label is position After or Before the checkbox.

    Declaration
    public object LabelPosition { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved