Class SoCheckedListBoxItems
Inheritance
SoCheckedListBoxItems
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class SoCheckedListBoxItems : DynamicListViewRow, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer, IWebObject, IPlugin, IDynamicListViewRow
Constructors
SoCheckedListBoxItems()
Declaration
public SoCheckedListBoxItems()
Properties
CheckBoxes
Declaration
public List<CheckBox> CheckBoxes { get; }
Property Value
Declaration
public bool DisplayHeader { get; set; }
Property Value
Declaration
public bool EncodeTooltips { get; set; }
Property Value
HostSoId
Declaration
public string HostSoId { get; set; }
Property Value
ItemsDisplayed
Declaration
public SoCheckedListBox.ItemsToDisplay ItemsDisplayed { get; set; }
Property Value
MultiSelect
Declaration
public bool MultiSelect { get; set; }
Property Value
OnChange
Declaration
public string OnChange { get; set; }
Property Value
OnClickCallback
Declaration
public string OnClickCallback { get; set; }
Property Value
OnDblClickCallback
Declaration
public string OnDblClickCallback { get; set; }
Property Value
ParentId
Declaration
public string ParentId { 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
Declaration
public bool ShowRankButtons { get; set; }
Property Value
UseArchiveLook
Declaration
public bool UseArchiveLook { get; set; }
Property Value
UseSelectedAsHighlight
Declaration
public bool UseSelectedAsHighlight { 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
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
UpdateDataSource()
Declaration
public override void UpdateDataSource()
Overrides
Implements
SuperOffice.Factory.IPlugin