Skip to main content
.NET 8.0+

XpoDefault.CustomGuidGenerationHandler Field

In This Article

Specifies a Func<Guid> delegate called to generate a new GUID value. Refer to the GuidGenerationMode topic to see the example.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public static Func<Guid> CustomGuidGenerationHandler

#Field Value

Type
Func<Guid>
See Also