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