StiNumericUpDownControl Class

Namespace: Stimulsoft.Report.Dialogs

Inheritance

Inherits from: StiReportControl

Constructors

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

StiNumericUpDownControl()

Creates a new StiNumericUpDownControl.


StiNumericUpDownControl(rect: RectangleD)

Creates a new StiNumericUpDownControl.

Parameters

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

Methods

Method Returns Description
GetDefaultEvent StiEvent Gets default event for this report control.
GetEvents StiEventsCollection Return events collection of this component;
InvokeValueChanged 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


InvokeValueChanged

InvokeValueChanged(e: EventArgs): void

Parameters

  • e (EventArgs)

LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject