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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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