Class EJDataControlDesigner
Inheritance
System.Object
EJDataControlDesigner
Assembly: Syncfusion.EJ.Web.dll
Syntax
public abstract class EJDataControlDesigner : DataBoundControlDesigner, IEJControlDesigner
Constructors
EJDataControlDesigner()
Declaration
protected EJDataControlDesigner()
Properties
Control
Declaration
public Control Control { get; }
Property Value
Type |
Description |
System.Web.UI.Control |
|
ControlID
Declaration
protected virtual string ControlID { get; }
Property Value
Type |
Description |
System.String |
|
RenderImageOnly
Declaration
protected virtual bool RenderImageOnly { get; }
Property Value
Type |
Description |
System.Boolean |
|
RequiresImageConvertion
Declaration
protected virtual bool RequiresImageConvertion { get; }
Property Value
Type |
Description |
System.Boolean |
|
Width
Declaration
public virtual int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
AfterUpdateHtml()
Declaration
protected abstract void AfterUpdateHtml()
BeforeUpdateHtml()
Declaration
protected abstract void BeforeUpdateHtml()
GetControlString()
Declaration
protected abstract string GetControlString()
Returns
Type |
Description |
System.String |
|
GetDataSource(Int32, List<Column>)
Declaration
protected object GetDataSource(int rows, List<Column> columns)
Parameters
Type |
Name |
Description |
System.Int32 |
rows |
|
System.Collections.Generic.List<Column> |
columns |
|
Returns
Type |
Description |
System.Object |
|
GetDataSourceSchema()
Declaration
protected IDataSourceViewSchema GetDataSourceSchema()
Returns
Type |
Description |
System.Web.UI.Design.IDataSourceViewSchema |
|
GetDesignTimeHtml()
Declaration
public override string GetDesignTimeHtml()
Returns
Type |
Description |
System.String |
|
GetEmptyDesignTimeHtml()
Declaration
[SecurityCritical]
protected override string GetEmptyDesignTimeHtml()
Returns
Type |
Description |
System.String |
|
GetFieldsSchema()
Declaration
protected IDataSourceFieldSchema[] GetFieldsSchema()
Returns
Type |
Description |
System.Web.UI.Design.IDataSourceFieldSchema[] |
|
OnSchemaRefreshed()
Declaration
[SecurityCritical]
protected override void OnSchemaRefreshed()
Explicit Interface Implementations
IEJControlDesigner.GetIService(Type)
Declaration
object IEJControlDesigner.GetIService(Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Returns
Type |
Description |
System.Object |
|
IEJControlDesigner.Root()
Declaration
WebFormsRootDesigner IEJControlDesigner.Root()
Returns
Type |
Description |
System.Web.UI.Design.WebFormsRootDesigner |
|
Implements