Class DataFilterCheckboxEditorElement
Inheritance
System.Object
DataFilterCheckboxEditorElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DataFilterCheckboxEditorElement : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
DataFilterCheckboxEditorElement(DataFilterCheckboxEditor)
Initializes a new instance of the DataFilterCheckboxEditorElement class.
Declaration
public DataFilterCheckboxEditorElement(DataFilterCheckboxEditor editor)
Parameters
DataFilterCheckboxEditor
editor
A DataFilterCheckboxEditorElement instance. |
Properties
Checkmark
Get the checkmark element.
Declaration
public RadCheckmark Checkmark { get; }
Property Value
RadCheckmark
|
CheckState
Gets or sets the checkmark state.
Declaration
public ToggleState CheckState { get; set; }
Property Value
ToggleState
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
|
Overrides
OnKeyUp(KeyEventArgs)
Declaration
protected override void OnKeyUp(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
|
Overrides
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
OnMouseUp(MouseEventArgs)
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|