menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ListViewItems

    Inheritance
    System.Object
    ListViewItems
    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 ListViewItems

    Constructors

    ListViewItems()

    Declaration
    public ListViewItems()

    Properties

    ChildButtonText

    Gets or sets ChildButtonText.

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

    Children

    Gets or sets Children for list items.

    Declaration
    public List<ListViewItems> Children { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ListViewItems>

    ChildTitle

    Gets or sets ChildTitle.

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

    EnableAjax

    Gets or sets EnableAjax.

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

    EnableCheckMark

    Gets or sets EnableCheckMark.

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

    Href

    Gets or sets Href.Gets or sets Href.

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

    HtmlAttributes

    or sets HtmlAttributes with arguments.

    Declaration
    public IDictionary<string, object> HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    ImageClass

    Gets or sets ImageClass.

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

    ImageUrl

    Gets or sets ImageUrl.

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

    IsChecked

    Gets or sets IsChecked.

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

    Items

    Collection of sub-level items.

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

    NavigateUrl

    Gets or sets NavigateUrl.

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

    PersistSelection

    Gets or sets Href.

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

    PreventSelection

    Gets or sets PreventSelection.

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

    PrimaryKey

    Gets or sets PrimaryKey.

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

    RenderTemplate

    Gets or sets RenderTemplate.

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

    TemplateId

    Gets or sets TemplateId.

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

    TEnd

    Gets or sets TEnd.

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

    Text

    Gets or sets Text.

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

    TStart

    Gets or sets TStart.

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

    Methods

    ShouldSerializeListViewItem()

    Declaration
    public bool ShouldSerializeListViewItem()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved