Back to Devexpress

XpoDefault.CustomGuidGenerationHandler Field

xpo-devexpress-dot-xpo-dot-xpodefault-52b84af4.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Xpo

Declaration

csharp
public static Func<Guid> CustomGuidGenerationHandler
vb
Public Shared CustomGuidGenerationHandler As Func(Of Guid)

Field Value

Type
Func<Guid>

See Also

XpoDefault Class

XpoDefault Members

DevExpress.Xpo Namespace