menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ListViewDesigner

    Inheritance
    System.Object
    EJDataControlDesigner
    ListViewDesigner
    Implements
    IEJControlDesigner
    Inherited Members
    EJDataControlDesigner.GetDataSourceSchema()
    EJDataControlDesigner.GetFieldsSchema()
    EJDataControlDesigner.OnSchemaRefreshed()
    EJDataControlDesigner.GetDesignTimeHtml()
    EJDataControlDesigner.GetEmptyDesignTimeHtml()
    EJDataControlDesigner.GetDataSource(Int32, List<Column>)
    EJDataControlDesigner.IEJControlDesigner.GetIService(Type)
    EJDataControlDesigner.IEJControlDesigner.Root()
    EJDataControlDesigner.ControlID
    EJDataControlDesigner.Control
    EJDataControlDesigner.RequiresImageConvertion
    EJDataControlDesigner.RenderImageOnly
    EJDataControlDesigner.Width
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class ListViewDesigner : EJDataControlDesigner, IEJControlDesigner

    Constructors

    ListViewDesigner()

    Declaration
    public ListViewDesigner()

    Fields

    ActionList

    Declaration
    [SecurityCritical]
    public DesignerActionListCollection ActionList
    Field Value
    Type Description
    System.ComponentModel.Design.DesignerActionListCollection

    Properties

    ActionLists

    Declaration
    public override DesignerActionListCollection ActionLists { get; }
    Property Value
    Type Description
    System.ComponentModel.Design.DesignerActionListCollection

    ListView

    Gets the base component to the ListView class

    Declaration
    public ListView ListView { get; }
    Property Value
    Type Description
    ListView

    Methods

    AfterUpdateHtml()

    Declaration
    protected override void AfterUpdateHtml()
    Overrides
    EJDataControlDesigner.AfterUpdateHtml()

    BeforeUpdateHtml()

    Declaration
    protected override void BeforeUpdateHtml()
    Overrides
    EJDataControlDesigner.BeforeUpdateHtml()

    GetControlString()

    Get the html element of the ListView control in string format

    Declaration
    protected override string GetControlString()
    Returns
    Type Description
    System.String
    Overrides
    EJDataControlDesigner.GetControlString()

    Implements

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