Show / Hide Table of Contents

Class VisibleForControl

Inheritance
Object
ControlBase
VisibleForControl
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.SetIfFound(XmlNode, String, Expression<Func<String>>)
ControlBase.AutoSetIfFound(XmlNode, Expression<Func<String>>[])
ControlBase.Render(HtmlTextWriter)
ControlBase.AssignProperty(XmlNode, PropertyInfo)
ControlBase.SetReadOnly(Boolean)
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.DataSource
ControlBase.DataRight
ControlBase.TableRightName
ControlBase.TableRightNameBinding
ControlBase.FieldRight
ControlBase.TableRight
ControlBase.FieldLength
ControlBase.CssClass
ControlBase.EditMode
ControlBase.ForcedMode
ControlBase.ReadOnly
ControlBase.Disabled
ControlBase.CaptionBinding
ControlBase.Tooltip
ControlBase.TooltipBinding
ControlBase.DataSourceName
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 VisibleForControl : ControlBase, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer

Constructors

VisibleForControl()

Declaration
public VisibleForControl()

Fields

_mdoControl

Declaration
protected MDOControl _mdoControl
Field Value
Type Description
MDOControl

Properties

AllowSearchableSelected

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

Caption

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

CurrentName

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

DisplayTextDataSource

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

ExtensionIcon

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

ExtensionOnClick

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

ExtraInfo

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

ListDataSource

Declaration
public object ListDataSource { get; set; }
Property Value
Type Description
Object

ListName

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

MDOItemPropertyKey

Declaration
public MDOItemPropertyKey MDOItemPropertyKey { get; set; }
Property Value
Type Description
MDOItemPropertyKey

MDOList

Declaration
public MDOList MDOList { get; }
Property Value
Type Description
MDOList

Mode

Declaration
public MDOControlModes Mode { get; set; }
Property Value
Type Description
MDOControlModes

NoClientCache

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

OnClientClick

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

OnlyHistoryWithEmptySearch

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

Searchable

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

SelectedExtraInfo

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

SelectedId

Declaration
public int SelectedId { get; set; }
Property Value
Type Description
Int32

SelectedText

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

SelectedTooltip

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

SelectedType

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

SelectedValue

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

SetCurrent

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

SetInitial

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

ShowIcons

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

Writable

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

Methods

DataBind()

Declaration
public override void DataBind()
Overrides
ControlBase.DataBind()

Initialize(XmlNode, String)

Declaration
public override void Initialize(XmlNode config, string id)
Parameters
Type Name Description
XmlNode config
String id
Overrides
ControlBase.Initialize(XmlNode, String)

OnInit(EventArgs)

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

OnLoad(EventArgs)

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

UpdateDataSource()

Declaration
public override void UpdateDataSource()
Overrides
ControlBase.UpdateDataSource()

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