Class DataFormCheckBoxField
Inherited Members
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DataFormCheckBoxField : DataFormDataField
Constructors
DataFormCheckBoxField()
Declaration
public DataFormCheckBoxField()
Fields
IsThreeStateProperty
Declaration
public static readonly DependencyProperty IsThreeStateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
IsThreeState
Declaration
public bool IsThreeState { get; set; }
Property Value
|
System.Boolean
|
Methods
GetControl()
Declaration
protected override Control GetControl()
Returns
|
Microsoft.UI.Xaml.Controls.Control
|
Overrides
GetControlBindingProperty()
Declaration
protected override DependencyProperty GetControlBindingProperty()
Returns
|
Microsoft.UI.Xaml.DependencyProperty
|
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|