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.Type
System.Boolean |
Overrides
IsModified
Gets the is modified.
Declaration
public override bool IsModified { get; }
Property Value
System.Boolean
The is modified. |
Overrides
Value
Gets or sets the editor value.
Declaration
public override object Value { get; set; }
Property Value
System.Object
|
Overrides
Methods
BeginEdit()
CreateEditorElement()
OnKeyDown(KeyEventArgs)
Translates system key down events to the owner element.
Declaration
public virtual void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
A System.Windows.Forms.KeyEventArgs that contains the event data. |
ToggleState()
Toggles the checkbox state.
Declaration
public void ToggleState()