menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PropertiesBase

    Show / Hide Table of Contents

    Class PropertiesBase

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    AutoCompletePropertiesBase
    ButtonPropertiesBase
    CheckBoxPropertiesBase
    DialogPropertiesBase
    DropDownListPropertiesBase
    EditorPropertiesBase
    MobileSplitPanePropertiesBuilder
    MobileTabPropertiesBuilder
    MobileAccordionProperties
    MobileDatePickerProperties
    MobileGroupButtonProperties
    MobileListViewProperties
    MobileMenuProperties
    MobileNavigationBarProperties
    MobileSplitPaneProperties
    MobileTabProperties
    MobileTimePickerProperties
    MobileToggleButtonProperties
    ListViewProperties
    NavigationDrawerProperties
    ProgressBarPropertiesBase
    RadialMenuPropertiesBase
    RadialSliderBase
    RadioButtonPropertiesBase
    RatingPropertiesBase
    RotatorPropertiesBase
    SliderPropertiesBase
    TextBoxPropertiesBase
    TilePropertiesBase
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class PropertiesBase : EJTagHelper

    Constructors

    PropertiesBase()

    Declaration
    public PropertiesBase()

    Properties

    Create

    Triggers when Control is created.

    Declaration
    [JsonProperty("create")]
    public string Create { get; set; }
    Property Value
    Type Description
    System.String

    CssClass

    Specifies class to define custom theme

    Declaration
    [JsonProperty("cssClass")]
    public string CssClass { get; set; }
    Property Value
    Type Description
    System.String

    The cssClass.

    Destroy

    Triggers when control is destroyed.

    Declaration
    [JsonProperty("destroy")]
    public string Destroy { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved