[]
Represents an editor control for radio button list (multiple option) cells.
public class RadioButtonListEditor : BaseEditor, IEditor3, IEditor2, IEditor
Public Class RadioButtonListEditor
Inherits BaseEditor
Implements IEditor3, IEditor2, IEditor
Name | Description |
---|---|
RadioButtonListEditor(string[]) | Creates a new radio button list editor with the specified items in the radio button list. |
RadioButtonListEditor(string[], string[]) | Creates a new radio button list editor with the specified items |
Name | Description |
---|---|
Items | Gets the items in the radio button list as an array. |
OnClientClick | Handles client-side click. |
RepeatDirection | Gets or sets the direction in which the list of options is displayed in the editor control. |
Values | Gets the values in the radio button list as an array. |
Name | Description |
---|---|
GetEditorControl(string, TableCell, Appearance, Inset, object, bool) | Creates a radio button list editor control. |