Class RadCheckBoxEditor
Represents a checkbox editor in RadGridView.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
[RadToolboxItem(false)]
public class RadCheckBoxEditor : BaseGridEditor, IInputEditor, IValueEditor, ISupportInitialize
Constructors
RadCheckBoxEditor()
Initializes a new instance of the RadCheckBoxEditor class.
Declaration
public RadCheckBoxEditor()
Properties
DataType
Gets the type of the editor value
Declaration
public override Type DataType { get; }
Property Value
System.Type
|
Overrides
IsModified
Gets whether the editor is modified.
Declaration
public override bool IsModified { get; }
Property Value
System.Boolean
The is modified. |
Overrides
ThreeState
Gets or sets a value indicating whether this is a three state checkbox.
Declaration
public bool ThreeState { get; set; }
Property Value
System.Boolean
|
Value
Gets or sets the editor value.
Declaration
public override object Value { get; set; }
Property Value
System.Object
|
Overrides
Methods
BeginEdit()
Begins the edit operation.
Declaration
public override void BeginEdit()
Overrides
CreateEditorElement()
Creates a new editor element.
Declaration
protected override RadElement CreateEditorElement()
Returns
RadElement
a RadElement if successful |
Overrides
Initialize(Object, Object)
Initializes the specified owner.
Declaration
public override void Initialize(object owner, object value)
Parameters
System.Object
owner
The owner. |
System.Object
value
The value. |
Overrides
OnMouseWheel(MouseEventArgs)
Translates mouse wheel events to the owner element.
Declaration
public override void OnMouseWheel(MouseEventArgs mouseEventArgs)
Parameters
System.Windows.Forms.MouseEventArgs
mouseEventArgs
A System.Windows.Forms.MouseEventArgs that contains the event data. |
Overrides
ToggleState()
Toggles the checkbox state.
Declaration
public void ToggleState()