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