RadioButtonEditorAttribute constructor (1 of 2)
namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Initializes a new instance of the RadioButtonEditorAttribute class.
public RadioButtonEditorAttribute()
See Also
RadioButtonEditorAttribute constructor (2 of 2)
namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Initializes a new instance of the RadioButtonEditorAttribute class.
public RadioButtonEditorAttribute(Type enumOrLookupType)
| parameter | description |
|---|---|
| enumOrLookupType | Type of the enum or lookup. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | enumOrLookupType |
| ArgumentException | lookupType |