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
public DataFormCheckBoxField()
Fields
IsThreeStateProperty
DependencyProperty
Represents the IsThreeState dependency property.
public static readonly DependencyProperty IsThreeStateProperty
Properties
Gets or sets a property indication whether the field is ThreeState.
public bool IsThreeState { get; set; }
Methods
GetControl()
Control
Returns a control to display and edit the underlying data.
protected override Control GetControl()
Control
Overrides:
GetControlBindingProperty()
DependencyProperty
Returns the dependency property of the control to be bound to the underlying data.
protected override DependencyProperty GetControlBindingProperty()
DependencyProperty
Overrides:
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides: