Skip to main content
All docs
V23.2

DialogParameters.ClientGuid Property

Gets or sets the GUID associated with the dialog state.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public Guid? ClientGuid { get; set; }

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