Class TabDesigner
Represents the TabDesigner class
Inheritance
System.Object
TabDesigner
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class TabDesigner : EJControlDesigner, IEJControlDesigner
Constructors
TabDesigner()
Declaration
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 |
|
Tab
Gets the base component to the Tab class
Declaration
Property Value
Methods
GetControlString()
Get the html element of the Accordion control in string format
Declaration
protected override string GetControlString()
Returns
Type |
Description |
System.String |
|
Overrides
GetDesignTimeHtml()
Represent the control at design time.
Declaration
public override string GetDesignTimeHtml()
Returns
Type |
Description |
System.String |
|
Overrides
Implements