Skip to content

GenericValueField<TValue>.EnumType property

Gets or sets the type of the enum.

public Type? EnumType { get; set; }

Property Value

The type of the enum.

See Also