net90_PropertyGridHelpers.Attributes_EnumTextAttribute_Exists - dparvin/PropertyGridHelpers GitHub Wiki
Determines whether the specified Enum value has an associated EnumTextAttribute
.
public static bool Exists(Enum value)
parameter | description |
---|---|
value | The Enum value to check. |
true
if the attribute is applied to the Enum field; otherwise, false
.
- class EnumTextAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers