Class SoLabelField
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class SoLabelField : ControlBase, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer
Constructors
SoLabelField()
Declaration
Properties
Caption
Declaration
public override string Caption { get; set; }
Property Value
Overrides
CaptionBinding
Declaration
public override BindingType CaptionBinding { get; set; }
Property Value
Overrides
Colon
Declaration
public bool Colon { get; set; }
Property Value
DataSource
Declaration
public override object DataSource { get; set; }
Property Value
Overrides
DataSourceName
Declaration
public override string DataSourceName { get; set; }
Property Value
Overrides
LabelAttributes
Declaration
public AttributeCollection LabelAttributes { get; }
Property Value
OnClick
Declaration
public string OnClick { get; set; }
Property Value
SpaceAfter
Declaration
public string SpaceAfter { get; set; }
Property Value
SpaceBefore
Declaration
public string SpaceBefore { get; set; }
Property Value
Declaration
public override string Tooltip { get; set; }
Property Value
Overrides
Methods
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Page_PreRender(Object, EventArgs)
Declaration
protected virtual void Page_PreRender(object sender, EventArgs e)
Parameters
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Overrides
Implements