Class SoListBox
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class SoListBox : MDOList
Constructors
SoListBox()
Declaration
Properties
AjaxHelper
Declaration
protected SoAjaxHelper AjaxHelper { get; }
Property Value
AutoFetch
Declaration
[SoAjaxState]
public bool AutoFetch { get; set; }
Property Value
DataSource
Declaration
public SelectableMDOListItem[] DataSource { get; set; }
Property Value
Declaration
[SoAjaxState]
public string ExtraInfo { get; set; }
Property Value
IsMultiSelect
Declaration
[SoAjaxState]
public bool IsMultiSelect { get; set; }
Property Value
ListName
Declaration
[SoAjaxState]
public string ListName { get; set; }
Property Value
ListParserClientId
Declaration
public string ListParserClientId { get; }
Property Value
OnDblClick
Declaration
public virtual string OnDblClick { get; set; }
Property Value
ShowBlinds
Declaration
[SoAjaxState]
public bool ShowBlinds { get; set; }
Property Value
ShowDeleted
Declaration
[SoAjaxState]
public bool ShowDeleted { get; set; }
Property Value
ShowHidden
Declaration
[SoAjaxState]
public bool ShowHidden { get; set; }
Property Value
ShowSelected
Declaration
[SoAjaxState]
public bool ShowSelected { get; set; }
Property Value
Declaration
[SoAjaxState]
public bool ShowToolBar { get; set; }
Property Value
Declaration
public SoToolBar ToolBar { get; set; }
Property Value
Methods
DataBind()
Declaration
GetList(String, Boolean, String, String, Boolean, SoListBox.ClickScripts)
Declaration
public RenderData GetList(string id, bool showIcons, string extraInfo, string state, bool showHistory, SoListBox.ClickScripts cs)
Parameters
Returns
Initialize(Page)
Declaration
public override void Initialize(Page page)
Parameters
| Type |
Name |
Description |
| Page |
page |
|
Overrides
OnGetStringValue(Type, Object, out String)
Declaration
public virtual bool OnGetStringValue(Type type, object value, out string newValue)
Parameters
Returns
OnGetTypedValue(Type, String, out Object)
Declaration
public virtual bool OnGetTypedValue(Type type, string value, out object newValue)
Parameters
Returns
OnServerClick(EventArgs)
Declaration
protected virtual void OnServerClick(EventArgs e)
Parameters
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Overrides
RenderBeginContainingLayer(HtmlTextWriter, String)
Declaration
protected override void RenderBeginContainingLayer(HtmlTextWriter writer, string styleClass)
Parameters
Overrides
UpdateDataSource()
Declaration
public void UpdateDataSource()
Events
ServerClick
Declaration
public event SoListBox.ServerClickEventHandler ServerClick
Event Type