menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class MobileListViewItem

    List item

    Inheritance
    System.Object
    MobileListViewItem
    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.Mobile.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MobileListViewItem

    Constructors

    MobileListViewItem()

    Declaration
    public MobileListViewItem()

    Properties

    AllowSelection

    Gets or sets a value indicating whether [allowSelection].

    Declaration
    [JsonProperty("allowSelection")]
    public bool AllowSelection { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [allowSelection]; otherwise, false.

    Badge

    Specifies the Badge.

    Declaration
    [JsonProperty("badge")]
    public MobileListViewBadge Badge { get; set; }
    Property Value
    Type Description
    MobileListViewBadge

    The Badge.

    Enabled

    Gets or sets the enabled.

    Declaration
    [JsonProperty("enabled")]
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    The text.

    GroupTitle

    Gets or sets the group.

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

    The text.

    Href

    Gets or sets the href.

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

    The href.

    ImageUrl

    Gets or sets the image URL.

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

    The image URL.

    Text

    Gets or sets the text.

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

    The text.

    Value

    Gets or sets the value.

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

    The text.

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