Class VisibleForControl
Inheritance
VisibleForControl
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
Properties
AllowSearchableSelected
Declaration
public bool AllowSearchableSelected { get; set; }
Property Value
Caption
Declaration
public override string Caption { get; set; }
Property Value
Overrides
CurrentName
Declaration
public string CurrentName { get; set; }
Property Value
DisplayTextDataSource
Declaration
public string DisplayTextDataSource { get; set; }
Property Value
ExtensionIcon
Declaration
public string ExtensionIcon { get; set; }
Property Value
ExtensionOnClick
Declaration
public string ExtensionOnClick { get; set; }
Property Value
Declaration
public string ExtraInfo { get; set; }
Property Value
ListDataSource
Declaration
public object ListDataSource { get; set; }
Property Value
ListName
Declaration
public string ListName { get; set; }
Property Value
MDOItemPropertyKey
Declaration
public MDOItemPropertyKey MDOItemPropertyKey { get; set; }
Property Value
MDOList
Declaration
public MDOList MDOList { get; }
Property Value
Mode
Declaration
public MDOControlModes Mode { get; set; }
Property Value
NoClientCache
Declaration
public bool NoClientCache { get; set; }
Property Value
OnClientClick
Declaration
public string OnClientClick { get; set; }
Property Value
OnlyHistoryWithEmptySearch
Declaration
public bool OnlyHistoryWithEmptySearch { get; set; }
Property Value
Searchable
Declaration
public bool Searchable { get; set; }
Property Value
Declaration
public string SelectedExtraInfo { get; set; }
Property Value
SelectedId
Declaration
public int SelectedId { get; set; }
Property Value
SelectedText
Declaration
public string SelectedText { get; set; }
Property Value
Declaration
public string SelectedTooltip { get; set; }
Property Value
SelectedType
Declaration
public string SelectedType { get; set; }
Property Value
SelectedValue
Declaration
public string SelectedValue { get; set; }
Property Value
SetCurrent
Declaration
public bool SetCurrent { get; set; }
Property Value
SetInitial
Declaration
public bool SetInitial { get; set; }
Property Value
ShowIcons
Declaration
public bool ShowIcons { get; set; }
Property Value
Writable
Declaration
public bool Writable { get; set; }
Property Value
Methods
DataBind()
Declaration
public override void DataBind()
Overrides
Initialize(XmlNode, String)
Declaration
public override void Initialize(XmlNode config, string id)
Parameters
Overrides
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
UpdateDataSource()
Declaration
public override void UpdateDataSource()
Overrides
Implements