Skip to content

net472_PropertyGridHelpers.Attributes_FileExtensionAttribute_Exists

dparvin edited this page Jul 5, 2025 · 11 revisions

FileExtensionAttribute.Exists method

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.

Return Value

true if the attribute is applied; otherwise, false.

See Also

Clone this wiki locally