Skip to main content
A newer version of this page is available. .

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.v20.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