GenericValueField<TValue>.EnumType property

namespace: Serenity.Data   assemblySerenity.Net.Entity

Gets or sets the type of the enum.

public Type EnumType { get; set; }

Property Value

The type of the enum.

See Also