[]
Represents an editor control for check box cells.
public class CheckBoxEditor : BaseEditor, IEditor3, IEditor2, IEditor
Public Class CheckBoxEditor
Inherits BaseEditor
Implements IEditor3, IEditor2, IEditor
Name | Description |
---|---|
CheckBoxEditor() |
Name | Description |
---|---|
AccessKey | Gets or sets the access key that allows you to quickly navigate to the web control. |
AutoPostBack | Gets or sets whether the component automatically posts back when clicked. |
OnClientClick | Gets or sets the client-side clicked event properties. |
Text | Gets or sets the text label associated with the check box editor control. |
TextAlign | Gets or sets the alignment of the text label associated with the check box editor control. |
Name | Description |
---|---|
GetEditorControl(string, TableCell, Appearance, Inset, object, bool) | Creates the check box editor control. |
GetEditorValue(Control, string) | Gets the editing value posted back from the client for the check box editor control. |
ValidateEditorValue(object) | Validates the input value in the check box editor control. |