New to Telerik UI for WPFStart a free 30-day trial

Data field displaying and editing boolean data.

Definition

Constructors

C#
public DataFormCheckBoxField()

Fields

IsThreeStateProperty

DependencyProperty

Represents the IsThreeState dependency property.

C#
public static readonly DependencyProperty IsThreeStateProperty

Properties

Gets or sets a property indication whether the field is ThreeState.

C#
public bool IsThreeState { get; set; }

Methods

Returns a control to display and edit the underlying data.

C#
protected override Control GetControl()
Returns:

Control

Overrides: DataFormDataField.GetControl()

GetControlBindingProperty()

DependencyProperty

Returns the dependency property of the control to be bound to the underlying data.

C#
protected override DependencyProperty GetControlBindingProperty()
Returns:

DependencyProperty

Overrides: DataFormDataField.GetControlBindingProperty()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.

Overrides: DataFormDataField.OnCreateAutomationPeer()