menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ListViewDesigner.ListViewData

    Show / Hide Table of Contents

    Class ListViewDesigner.ListViewData

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

    Constructors

    ListViewData()

    Declaration
    public ListViewData()

    ListViewData(String)

    Declaration
    public ListViewData(string txt)
    Parameters
    Type Name Description
    System.String txt

    Properties

    Text

    Gets or Sets the text.

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

    Methods

    getData(Int32)

    Gets the data of list items.

    Declaration
    public List<ListViewDesigner.ListViewData> getData(int count)
    Parameters
    Type Name Description
    System.Int32 count
    Returns
    Type Description
    System.Collections.Generic.List<ListViewDesigner.ListViewData>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved