Show / Hide Table of Contents

Class SoCheckedListBox

Inheritance
Object
ControlBase
DynamicListView
SoCheckedListBox
Implements
IControl
ILayout
IHasSchema
INamingContainer
IWebObject
IPlugin
Inherited Members
DynamicListView._rowsPanel
DynamicListView._toolbarContainer
DynamicListView._toolbarIndex
DynamicListView.AddRow(DynamicListViewRow)
DynamicListView.DynamicListView_PreRender(Object, EventArgs)
DynamicListView.Render(HtmlTextWriter)
DynamicListView.CreateButton(Int32, XmlNode)
DynamicListView.DisplayToolbar
ControlBase.GetSafeId(String)
ControlBase.RegisterSoIdAttribute(AttributeCollection)
ControlBase.RegisterSoIdAttribute(AttributeCollection, String)
ControlBase.RegisterSoIdAttribute(HtmlTextWriter)
ControlBase.RegisterSoIdAttribute(HtmlTextWriter, String)
ControlBase.RegisterSoIdAttribute(HtmlTextWriter, String, Boolean)
ControlBase.SetVisibility(CssStyleCollection)
ControlBase.SetVisibility(HtmlTextWriter)
ControlBase.SetIfFound(XmlNode, String, Expression<Func<String>>)
ControlBase.AutoSetIfFound(XmlNode, Expression<Func<String>>[])
ControlBase.AssignProperty(XmlNode, PropertyInfo)
ControlBase.SetReadOnly(Boolean)
ControlBase.BeforeDataBind()
ControlBase.Validate()
ControlBase.OnGetStringValue(Type, Object, String)
ControlBase.OnGetTypedValue(Type, String, Object)
ControlBase.ID
ControlBase.ClientID
ControlBase.LabelContainer
ControlBase.MenuClientID
ControlBase.MenuObject
ControlBase.AjaxHelper
ControlBase.DataSource
ControlBase.DataRight
ControlBase.TableRightName
ControlBase.TableRightNameBinding
ControlBase.FieldRight
ControlBase.TableRight
ControlBase.FieldLength
ControlBase.CssClass
ControlBase.EditMode
ControlBase.ForcedMode
ControlBase.ReadOnly
ControlBase.Disabled
ControlBase.Caption
ControlBase.CaptionBinding
ControlBase.Tooltip
ControlBase.TooltipBinding
ControlBase.DataSourceName
ControlBase.ContextStyle
ControlBase.DisplayAccessKey
ControlBase.Validations
ControlBase.MandatoryValidatorName
ControlBase.ForcedDisabled
ControlBase.BackgroundColor
ControlBase.LayoutPosition
ControlBase.Position
ControlBase.Top
ControlBase.Left
ControlBase.Right
ControlBase.Bottom
ControlBase.Width
ControlBase.Height
ControlBase.ZIndex
ControlBase.Overflow
ControlBase.Column
ControlBase.Row
ControlBase.RowSpan
ControlBase.ColSpan
ControlBase.Align
ControlBase.Visibility
ControlBase.ConfigurationSchema
ControlBase.VisibilityBinding
ControlBase.DatabindingMode
Namespace: SuperOffice.CRM.Web.UI.Controls
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class SoCheckedListBox : DynamicListView, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer, IWebObject, IPlugin

Constructors

SoCheckedListBox()

Declaration
public SoCheckedListBox()

Properties

DisplayListBoxHeader

Declaration
public bool DisplayListBoxHeader { get; set; }
Property Value
Type Description
Boolean

DisplayRankToolbarButtons

Declaration
public bool DisplayRankToolbarButtons { get; set; }
Property Value
Type Description
Boolean

DisplaySelectAllToolbarButton

Declaration
public bool DisplaySelectAllToolbarButton { get; set; }
Property Value
Type Description
Boolean

DisplayUnselectAllToolbarButton

Declaration
public bool DisplayUnselectAllToolbarButton { get; set; }
Property Value
Type Description
Boolean

HostSoId

Declaration
public string HostSoId { get; set; }
Property Value
Type Description
String

IsValid

Declaration
public override bool IsValid { get; }
Property Value
Type Description
Boolean
Overrides
ControlBase.IsValid

MultiSelect

Declaration
public bool MultiSelect { get; set; }
Property Value
Type Description
Boolean

OnClickCallback

Declaration
public string OnClickCallback { get; set; }
Property Value
Type Description
String

OnDblClickCallback

Declaration
public string OnDblClickCallback { get; set; }
Property Value
Type Description
String

RenderState

Declaration
public bool RenderState { get; set; }
Property Value
Type Description
Boolean

ShowDeletedMdoItems

Declaration
public bool ShowDeletedMdoItems { get; set; }
Property Value
Type Description
Boolean

ShowHiddenMdoItems

Declaration
public bool ShowHiddenMdoItems { get; set; }
Property Value
Type Description
Boolean

UseArchiveLook

Declaration
public bool UseArchiveLook { get; set; }
Property Value
Type Description
Boolean

UseSelectedAsHighlight

Declaration
public bool UseSelectedAsHighlight { get; set; }
Property Value
Type Description
Boolean

Methods

CreateSelectAllButton()

Declaration
protected virtual IControl CreateSelectAllButton()
Returns
Type Description
IControl

CreateUnselectAllButton()

Declaration
protected IControl CreateUnselectAllButton()
Returns
Type Description
IControl

DataBind()

Declaration
public override void DataBind()
Overrides
ControlBase.DataBind()

Initialize(XmlNode, String)

Declaration
public override void Initialize(XmlNode config, string id)
Parameters
Type Name Description
XmlNode config
String id
Overrides
DynamicListView.Initialize(XmlNode, String)

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
EventArgs e
Overrides
DynamicListView.OnLoad(EventArgs)

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
EventArgs e

UpdateDataSource()

Declaration
public override void UpdateDataSource()
Overrides
ControlBase.UpdateDataSource()

Implements

IControl
ILayout
IHasSchema
System.Web.UI.INamingContainer
IWebObject
SuperOffice.Factory.IPlugin
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top