Class FormRenderer
Inheritance
System.Object
FormRenderer
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
public class FormRenderer : CompositeDataBoundControl
Constructors
Declaration
Properties
Declaration
public string ClassName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public object DataItem { get; set; }
Property Value
Type |
Description |
System.Object |
|
Gets or sets the description attribute.
Declaration
public string DescriptionAttribute { get; set; }
Property Value
Type |
Description |
System.String |
The description attribute.
|
Gets or sets the description CSS class.
Declaration
public string DescriptionCssClass { get; set; }
Property Value
Type |
Description |
System.String |
The description CSS class.
|
Declaration
public string DesignPrimitiveCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DesignSectionItemCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DesignTableLayoutCellCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public FormDocument FormDocumentData { get; set; }
Property Value
Declaration
public string FormName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public FormType FormType { get; set; }
Property Value
Declaration
public string PlaceName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PrimitiveLabelCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ITemplate SectionHeaderTemplate { get; set; }
Property Value
Type |
Description |
System.Web.UI.ITemplate |
|
Declaration
public string SectionTableCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or sets a value indicating whether [show description].
Declaration
public bool ShowDescription { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if [show description]; otherwise, false .
|
Declaration
public string TableContainer { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public TableLayoutModeType TableLayoutMode { get; set; }
Property Value
Methods
Declaration
protected override int CreateChildControls(IEnumerable dataSource, bool dataBinding)
Parameters
Type |
Name |
Description |
System.Collections.IEnumerable |
dataSource |
|
System.Boolean |
dataBinding |
|
Returns
Type |
Description |
System.Int32 |
|
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|