DialogParameters.ClientGuid Property
Gets or sets the GUID associated with the dialog state.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Nullable<Guid> | The GUID associated with the dialog state. |
Remarks
Refer to the following help topic for more information: ClientGuid.
See Also