Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XpoDefault.CustomGuidGenerationHandler Field

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.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public static Func<Guid> CustomGuidGenerationHandler

Field Value

Type
Func<Guid>
See Also