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