Back to Devexpress

XtraMessageBoxArgs.RegistryPath Property

windowsforms-devexpress-dot-xtraeditors-dot-xtramessageboxargs-2f520f2d.md

latest1.6 KB
Original Source

XtraMessageBoxArgs.RegistryPath Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public string RegistryPath { get; set; }
vb
Public Property RegistryPath As String

Property Value

TypeDescription
String

The registry path.

|

Remarks

If the property value is not set, the global value is retrieved from XtraMessageBox.RegistryPath. For details, see DoNotShowAgainCheckBoxVisible.

See Also

XtraMessageBoxArgs Class

XtraMessageBoxArgs Members

DevExpress.XtraEditors Namespace