Skip to main content
All docs
V25.1
  • DialogParameters.ClientGuid Property

    Gets or sets the GUID associated with the dialog state.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v25.1.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