IPropertySource.GetAttribute<TAttr> method

namespace: Serenity.PropertyGrid   assemblySerenity.Net.Entity

Gets the attribute.

public TAttr GetAttribute<TAttr>()
    where TAttr : Attribute
parameter description
TAttr The type of the attribute.

See Also