CustomEditorAttribute.GetOption<TType> method
namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Gets the editor option.
protected TType GetOption<TType>(string key)
| parameter | description |
|---|---|
| TType | The type of the type. |
| key | The key. |
See Also
- class TType
- class CustomEditorAttribute