Class TreeGridDesigner
Gets a collection of Tree grid component values
Inheritance
System.Object
TreeGridDesigner
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class TreeGridDesigner : EJDataControlDesigner, IEJControlDesigner
Constructors
TreeGridDesigner()
Declaration
public TreeGridDesigner()
Fields
ActionList
Declaration
[SecurityCritical]
public DesignerActionListCollection ActionList
Field Value
Type |
Description |
System.ComponentModel.Design.DesignerActionListCollection |
|
Properties
ActionLists
Gets a collection of Tree grid component values to perform some function.
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
Description |
System.ComponentModel.Design.DesignerActionListCollection |
|
Methods
AfterUpdateHtml()
Declaration
protected override void AfterUpdateHtml()
Overrides
BeforeUpdateHtml()
Declaration
protected override void BeforeUpdateHtml()
Overrides
GetControlString()
Declaration
protected override string GetControlString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements