Class ListViewDesigner
Inheritance
System.Object
ListViewDesigner
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
Methods
AfterUpdateHtml()
Declaration
protected override void AfterUpdateHtml()
Overrides
BeforeUpdateHtml()
Declaration
protected override void BeforeUpdateHtml()
Overrides
GetControlString()
Get the html element of the ListView control in string format
Declaration
protected override string GetControlString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements