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.
|
Overrides
IsModified
Gets whether the editor is modified.
Declaration
public override bool IsModified { get; }
Property Value
System. 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.
|
Value
Gets or sets the editor value.
Declaration
public override object Value { get; set; }
Property Value
System.
|
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
Rad a Rad |
Overrides
Initialize(Object, Object)
Initializes the specified owner.
Declaration
public override void Initialize(object owner, object value)
Parameters
System. The owner. |
System. The value. |
Overrides
OnMouseWheel(MouseEventArgs)
Translates mouse wheel events to the owner element.
Declaration
public override void OnMouseWheel(MouseEventArgs mouseEventArgs)
Parameters
System. A System.Windows.Forms.MouseEventArgs that contains the event data. |
Overrides
ToggleState()
Toggles the checkbox state.
Declaration
public void ToggleState()