Show / Hide Table of Contents

Class SoLabelField

Inheritance
Object
ControlBase
SoLabelField
Implements
IControl
ILayout
IHasSchema
INamingContainer
Inherited Members
ControlBase.GetSafeId(String)
ControlBase.RegisterSoIdAttribute(AttributeCollection)
ControlBase.RegisterSoIdAttribute(AttributeCollection, String)
ControlBase.RegisterSoIdAttribute(HtmlTextWriter)
ControlBase.RegisterSoIdAttribute(HtmlTextWriter, String)
ControlBase.RegisterSoIdAttribute(HtmlTextWriter, String, Boolean)
ControlBase.SetVisibility(CssStyleCollection)
ControlBase.SetVisibility(HtmlTextWriter)
ControlBase.Initialize(XmlNode, String)
ControlBase.SetIfFound(XmlNode, String, Expression<Func<String>>)
ControlBase.AutoSetIfFound(XmlNode, Expression<Func<String>>[])
ControlBase.AssignProperty(XmlNode, PropertyInfo)
ControlBase.DataBind()
ControlBase.SetReadOnly(Boolean)
ControlBase.UpdateDataSource()
ControlBase.BeforeDataBind()
ControlBase.Validate()
ControlBase.OnGetStringValue(Type, Object, String)
ControlBase.OnGetTypedValue(Type, String, Object)
ControlBase.ID
ControlBase.ClientID
ControlBase.LabelContainer
ControlBase.MenuClientID
ControlBase.MenuObject
ControlBase.AjaxHelper
ControlBase.DataRight
ControlBase.TableRightName
ControlBase.TableRightNameBinding
ControlBase.FieldRight
ControlBase.TableRight
ControlBase.FieldLength
ControlBase.CssClass
ControlBase.EditMode
ControlBase.ForcedMode
ControlBase.ReadOnly
ControlBase.Disabled
ControlBase.TooltipBinding
ControlBase.ContextStyle
ControlBase.DisplayAccessKey
ControlBase.IsValid
ControlBase.Validations
ControlBase.MandatoryValidatorName
ControlBase.ForcedDisabled
ControlBase.BackgroundColor
ControlBase.LayoutPosition
ControlBase.Position
ControlBase.Top
ControlBase.Left
ControlBase.Right
ControlBase.Bottom
ControlBase.Width
ControlBase.Height
ControlBase.ZIndex
ControlBase.Overflow
ControlBase.Column
ControlBase.Row
ControlBase.RowSpan
ControlBase.ColSpan
ControlBase.Align
ControlBase.Visibility
ControlBase.ConfigurationSchema
ControlBase.VisibilityBinding
ControlBase.DatabindingMode
Namespace: SuperOffice.CRM.Web.UI.Controls
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class SoLabelField : ControlBase, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer

Constructors

SoLabelField()

Declaration
public SoLabelField()

Properties

Caption

Declaration
public override string Caption { get; set; }
Property Value
Type Description
String
Overrides
ControlBase.Caption

CaptionBinding

Declaration
public override BindingType CaptionBinding { get; set; }
Property Value
Type Description
BindingType
Overrides
ControlBase.CaptionBinding

Colon

Declaration
public bool Colon { get; set; }
Property Value
Type Description
Boolean

DataSource

Declaration
public override object DataSource { get; set; }
Property Value
Type Description
Object
Overrides
ControlBase.DataSource

DataSourceName

Declaration
public override string DataSourceName { get; set; }
Property Value
Type Description
String
Overrides
ControlBase.DataSourceName

LabelAttributes

Declaration
public AttributeCollection LabelAttributes { get; }
Property Value
Type Description
AttributeCollection

OnClick

Declaration
public string OnClick { get; set; }
Property Value
Type Description
String

SpaceAfter

Declaration
public string SpaceAfter { get; set; }
Property Value
Type Description
String

SpaceBefore

Declaration
public string SpaceBefore { get; set; }
Property Value
Type Description
String

Tooltip

Declaration
public override string Tooltip { get; set; }
Property Value
Type Description
String
Overrides
ControlBase.Tooltip

Methods

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
EventArgs e

Page_PreRender(Object, EventArgs)

Declaration
protected virtual void Page_PreRender(object sender, EventArgs e)
Parameters
Type Name Description
Object sender
EventArgs e

Render(HtmlTextWriter)

Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type Name Description
HtmlTextWriter writer
Overrides
ControlBase.Render(HtmlTextWriter)

Implements

IControl
ILayout
IHasSchema
System.Web.UI.INamingContainer
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top