Class SoDropDownControl
Inheritance
SoDropDownControl
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class SoDropDownControl : ControlBase, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer
Constructors
SoDropDownControl()
Declaration
public SoDropDownControl()
Properties
Fetcher
Declaration
public string Fetcher { get; set; }
Property Value
Item
Declaration
public MDOListItem Item { get; set; }
Property Value
ListName
Declaration
public string ListName { get; set; }
Property Value
OnClick
Declaration
public string OnClick { get; set; }
Property Value
Methods
GetList(String, String, String)
Declaration
public static MDOListItem[] GetList(string listname, string fetcher, string extraInfo)
Parameters
Returns
Initialize(XmlNode, String)
Declaration
public override void Initialize(XmlNode config, string id)
Parameters
Overrides
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Implements