EnumFormatterAttribute.EnumKey property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets the enum key which is full namespace and class name of the enum or it should match the value set with [EnumKey] attribute on the enum type.

public string EnumKey { get; set; }

Property Value

The enum key.

See Also