StiGroupBoxControl Class

Namespace: Stimulsoft.Report.Dialogs

Inheritance

Inherits from: StiReportControl

Constructors

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

StiGroupBoxControl()

Creates a new StiGroupBoxControl.


StiGroupBoxControl(rect: RectangleD)

Creates a new StiGroupBoxControl.

Parameters

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

Properties

Property Type Description
Control GroupBox  
TextBinding string  

Methods

Method Returns Description
LoadFromJsonObject void  
SaveToJsonObject JObject  

Method Details

LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject