Renders a radio group editor for this property.
[AttributeUsage]
public class RadioGroupAttribute: IContentPropertyAttribute
- Inheritance:
- ObjectAttributeRadioGroupAttribute
- Implements:
- IContentPropertyAttribute
Constructors
RadioGroupAttribute(string) | Configures a radio list editor with constant compile-time radio buttons. |
RadioGroupAttribute(Type) | Renders a radio list editor with radio buttons retrieved from the specified options provider. |
Properties
IsVertical | If true, renders the radio buttons vertically; otherwise radio buttons are rendered horizontally (default). |
Methods
Apply(ContentPropertyDefinition) |