menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ListBoxItems

    Inheritance
    System.Object
    ListBoxItems
    Inherited Members
    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.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class ListBoxItems

    Constructors

    ListBoxItems()

    Declaration
    public ListBoxItems()

    Properties

    Category

    Gets or Sets Property for Category.

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

    CheckBy

    Gets or Sets Property for CheckBy.

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

    GroupBy

    Gets or Sets Property for GroupBy.

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

    HtmlAttributes

    Gets or Sets Property for HtmlAttributes.

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

    Id

    Gets or Sets Property for ID

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

    ImageAttributes

    Gets or Sets Property for ImageAttributes.

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

    ImageUrl

    Gets or Sets Property for ImageUrl.

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

    Items

    Collection of sub-level items.

    Declaration
    public List<ListBoxItems> Items { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<ListBoxItems>

    ParentId

    Gets or Sets Property for ParentId

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

    SelectBy

    Gets or Sets Property for SelectBy.

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

    Selected

    Gets or Sets Property for Selected

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

    SpriteCssClass

    Gets or Sets Property for SpriteCssClass.

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

    TableName

    Gets or Sets Property for TableName.

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

    Text

    Gets or Sets Property for Text.

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

    TooltipText

    Gets or Sets tProperty forhe TooltipText.

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

    Value

    Gets or Sets Property for Value.

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