Class DataFilterCheckboxEditor
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DataFilterCheckboxEditor : BaseInputEditor, IInputEditor, IValueEditor, ISupportInitialize
Constructors
DataFilterCheckboxEditor()
Initializes a new instance of the TreeViewCheckboxEditor class.
Declaration
public DataFilterCheckboxEditor()
Properties
DataType
Gets the type of the editor value
Declaration
public override Type DataType { get; }
Property Value
System. System.Boolean |
Overrides
IsModified
Gets the is modified.
Declaration
public override bool IsModified { get; }
Property Value
System. The is modified. |
Overrides
Value
Gets or sets the editor value.
Declaration
public override object Value { get; set; }
Property Value
System.
|
Overrides
Methods
BeginEdit()
CreateEditorElement()
Declaration
protected override RadElement CreateEditorElement()
Returns
Overrides
OnKeyDown(KeyEventArgs)
Translates system key down events to the owner element.
Declaration
public virtual void OnKeyDown(KeyEventArgs e)
Parameters
System. A System.Windows.Forms.KeyEventArgs that contains the event data. |
ToggleState()
Toggles the checkbox state.
Declaration
public void ToggleState()