RadioButtonEditorAttribute constructor (1 of 2)

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Initializes a new instance of the RadioButtonEditorAttribute class.

public RadioButtonEditorAttribute()

See Also


RadioButtonEditorAttribute constructor (2 of 2)

namespace: Serenity.ComponentModel   assemblySerenity.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

See Also