CustomFormatterAttribute.GetOption<TType> method
namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Gets value of an option.
protected TType GetOption<TType>(string key)
| parameter | description |
|---|---|
| TType | The type of the option. |
| key | The option key. |
Return Value
Option value
See Also
- class TType
- class CustomFormatterAttribute