RadioButtonEditorAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Indicates that the target property should use a "RadioButton" editor.

[AttributeUsage(AttributeTargets.All)]
public class RadioButtonEditorAttribute : CustomEditorAttribute

Public Members

name description
RadioButtonEditorAttribute() Initializes a new instance of the RadioButtonEditorAttribute class.
RadioButtonEditorAttribute(…) Initializes a new instance of the RadioButtonEditorAttribute class.
EnumKey { get; set; } Gets or sets the enum key.
LookupKey { get; set; } Gets or sets the lookup key.
const Key Editor type key

See Also