StiListBoxControl Class

Namespace: Stimulsoft.Report.Dialogs

Inheritance

Inherits from: StiReportControl

Constructors

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

StiListBoxControl()

Creates a new StiListBoxControl.


StiListBoxControl(rect: RectangleD)

Creates a new StiListBoxControl.

Parameters

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

Properties

Property Type Description
Control ListBox  
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