ClassDataFormCheckBoxField
Data field displaying and editing boolean data.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
[TelerikToolboxCategory("Input")]
public class DataFormCheckBoxField : DataFormDataField
Inheritance: objectDataFormDataFieldDataFormCheckBoxField
Inherited Members
Constructors
DataFormCheckBoxField()
Declaration
public DataFormCheckBoxField()
Fields
IsThreeStateProperty
Represents the IsThreeState dependency property.
Declaration
public static readonly DependencyProperty IsThreeStateProperty
Field Value
DependencyProperty
Properties
IsThreeState
Gets or sets a property indication whether the field is ThreeState.
Methods
GetControl()
Returns a control to display and edit the underlying data.
Declaration
protected override Control GetControl()
Returns
Control
Overrides
GetControlBindingProperty()
Returns the dependency property of the control to be bound to the underlying data.
Declaration
protected override DependencyProperty GetControlBindingProperty()
Returns
DependencyProperty
Overrides
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides