Class XmlFormBuilder
Inheritance
System.Object
XmlFormBuilder
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
public class XmlFormBuilder : CompositeDataBoundControl
Constructors
Declaration
Properties
Declaration
public string[] AdditionalParams { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public object CheckVisibleTab { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public string ClassName { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentCellId
Declaration
public string ContentCellId { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string JQueryModeBlockCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string JQueryModeHeaderCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public LayoutMode LayoutMode { get; set; }
Property Value
Declaration
public LayoutType LayoutType { get; set; }
Property Value
Declaration
public string LeftMenuCellId { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int MenuWidth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string PlaceName { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectTabByPostback
Declaration
public bool SelectTabByPostback { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string SingleBlockCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
protected string Tab { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string TabBlockCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string TabCellId { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool TabLeftGap { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int TopBlocksCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 virtual void OnInnerDataBind(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Events
Declaration
public event XmlFormBuilder.InnerDataBindEventHandler InnerDataBind
Event Type