ClassDataFormCheckBoxField
Class
Data field displaying and editing boolean data.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class DataFormCheckBoxField : DataFormDataField
Inheritance: objectDataFormDataFieldDataFormCheckBoxField
Inherited Members
Constructors
DataFormCheckBoxField()
Declaration
cs-api-definition
public DataFormCheckBoxField()
Fields
IsThreeStateProperty
Represents the IsThreeState dependency property.
Declaration
cs-api-definition
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
cs-api-definition
protected override Control GetControl()
Returns
Control
Overrides
GetControlBindingProperty()
Returns the dependency property of the control to be bound to the underlying data.
Declaration
cs-api-definition
protected override DependencyProperty GetControlBindingProperty()
Returns
DependencyProperty
Overrides
OnCreateAutomationPeer()
Returns class-specific implementations.
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific implementation.
Overrides