StiComboBoxControl Class
Namespace: Stimulsoft.Report.Dialogs
Inheritance
Inherits from: StiReportControl
Constructors
| Constructor | Description |
|---|---|
| StiComboBoxControl() | Creates a new StiComboBoxControl. |
| StiComboBoxControl(RectangleD rect) | Creates a new StiComboBoxControl. |
StiComboBoxControl()
Creates a new StiComboBoxControl.
StiComboBoxControl(rect: RectangleD)
Creates a new StiComboBoxControl.
Parameters
- rect (RectangleD) — The rectangle describes sizes and position of the control.
Properties
| Property | Type | Description |
|---|---|---|
| Control | ComboBox | |
| ItemsBinding | string | |
| SelectedItemBinding | string | |
| SelectedValueBinding | string | |
| TextBinding | 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
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject