StiCheckedListBoxControl Class

Namespace: Stimulsoft.Report.Dialogs

Inheritance

Inherits from: StiReportControl

Constructors

Constructor Description
StiCheckedListBoxControl() Creates a new StiCheckedListBoxControl.
StiCheckedListBoxControl(RectangleD rect) Creates a new StiCheckedListBoxControl.

StiCheckedListBoxControl()

Creates a new StiCheckedListBoxControl.


StiCheckedListBoxControl(rect: RectangleD)

Creates a new StiCheckedListBoxControl.

Parameters

  • rect (RectangleD) — The rectangle describes sizes and position of the control.

Properties

Property Type Description
Control CheckedListBox  
ItemsBinding string  
SelectedIndexBinding string  
SelectedItemBinding string  
SelectedValueBinding string  

Methods

Method Returns Description
GetDefaultEvent StiEvent Gets default event for this report control.
GetEvents StiEventsCollection Return events collection of this component;
InvokeSelectedIndexChanged void  
LoadFromJsonObject void  
SaveToJsonObject JObject  

Method Details

GetDefaultEvent

GetDefaultEvent(): StiEvent

Gets default event for this report control.

Returns StiEvent — Default event.


GetEvents

GetEvents(): StiEventsCollection

Return events collection of this component;

Returns StiEventsCollection


InvokeSelectedIndexChanged

InvokeSelectedIndexChanged(e: EventArgs): void

Parameters

  • e (EventArgs)

LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject