Class PivotSchemaDesigner
Implements
System.Web.IHtmlString
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
Assembly: Syncfusion.EJ.Pivot.dll
Syntax
public class PivotSchemaDesigner : Control, IHtmlString
Constructors
PivotSchemaDesigner()
Declaration
public PivotSchemaDesigner()
PivotSchemaDesigner(String, PivotSchemaDesignerProperties)
Declaration
public PivotSchemaDesigner(string id, PivotSchemaDesignerProperties propModel)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
PivotSchemaDesignerProperties | propModel |
Properties
Model
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PivotSchemaDesignerModel
Declaration
public PivotSchemaDesignerProperties PivotSchemaDesignerModel { get; set; }
Property Value
Type | Description |
---|---|
PivotSchemaDesignerProperties |
PluginName
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
TagName
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
CreateContainer(String)
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Returns
Type | Description |
---|---|
System.Web.HtmlString |
Overrides
RenderControl(String)
Declaration
public override void RenderControl(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Overrides
Implements
System.Web.IHtmlString