Skip to main content
All docs
V26.1
  • XRDesignRibbonForm.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.v26.1.Extensions.dll

    NuGet Package: DevExpress.Win.Reporting

    Declaration

    [Browsable(false)]
    public bool SaveState { get; set; }

    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