net90_PropertyGridHelpers.Attributes_FileExtensionAttribute_Exists - dparvin/PropertyGridHelpers GitHub Wiki
Checks whether a FileExtensionAttribute
exists on the current property within the given context.
public static bool Exists(ITypeDescriptorContext context)
parameter | description |
---|---|
context | The type descriptor context. |
true
if the attribute is applied; otherwise, false
.
- class FileExtensionAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers