XRDesignForm.SaveState Property
Specifies whether the form’s window and panel size, position and zoom settings are saved to the Windows registry.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the Design Form settings are saved in the Windows registry; otherwise, false. |
Remarks
If the SaveState property is set to true, the form’s window and panel settings are written to the Windows registry each time the application is closed, and retrieved from the registry each time the application starts.
See Also