Skip to main content
All docs
V25.1
  • XtraMessageBox.RegistryPath Property

    Gets or sets the registry path used to store Visible and DialogResult property values in the registry.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public static string RegistryPath { get; set; }

    Property Value

    Type Description
    String

    The registry path.

    Remarks

    This is a global setting that applies to all XtraMessageBox instances in an application.

    To set a registry path for a specific message box, use the XtraMessageBoxArgs.RegistryPath property.

    See Also