Class SoCheckedListBox
Inheritance
SoCheckedListBox
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class SoCheckedListBox : DynamicListView, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer, IWebObject, IPlugin
Constructors
SoCheckedListBox()
Declaration
public SoCheckedListBox()
Properties
Declaration
public bool DisplayListBoxHeader { get; set; }
Property Value
Declaration
public bool DisplayRankToolbarButtons { get; set; }
Property Value
Declaration
public bool DisplaySelectAllToolbarButton { get; set; }
Property Value
Declaration
public bool DisplayUnselectAllToolbarButton { get; set; }
Property Value
HostSoId
Declaration
public string HostSoId { get; set; }
Property Value
IsValid
Declaration
public override bool IsValid { get; }
Property Value
Overrides
MultiSelect
Declaration
public bool MultiSelect { get; set; }
Property Value
OnClickCallback
Declaration
public string OnClickCallback { get; set; }
Property Value
OnDblClickCallback
Declaration
public string OnDblClickCallback { get; set; }
Property Value
RenderState
Declaration
public bool RenderState { get; set; }
Property Value
ShowDeletedMdoItems
Declaration
public bool ShowDeletedMdoItems { get; set; }
Property Value
ShowHiddenMdoItems
Declaration
public bool ShowHiddenMdoItems { get; set; }
Property Value
UseArchiveLook
Declaration
public bool UseArchiveLook { get; set; }
Property Value
UseSelectedAsHighlight
Declaration
public bool UseSelectedAsHighlight { get; set; }
Property Value
Methods
Declaration
protected virtual IControl CreateSelectAllButton()
Returns
Declaration
protected IControl CreateUnselectAllButton()
Returns
DataBind()
Declaration
public override void DataBind()
Overrides
Initialize(XmlNode, String)
Declaration
public override void Initialize(XmlNode config, string id)
Parameters
Overrides
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
UpdateDataSource()
Declaration
public override void UpdateDataSource()
Overrides
Implements
SuperOffice.Factory.IPlugin