Represents a check box editor in the RadDataForm. The actual editor control used is RadCheckBox.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataFormRadCheckBoxEditor : DataFormEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform
Inheritance: objectRadContentViewDataFormContentViewDataFormItemDataFormEditorDataFormRadCheckBoxEditor...
Implements:
Inherited Members
Constructors
C#
public DataFormRadCheckBoxEditor()
Fields
IsThreeStateProperty
BindableProperty
Identifies the IsThreeState property.
C#
public static readonly BindableProperty IsThreeStateProperty
Properties
Gets or sets a value indicating whether the RadCheckBox allows three states.
C#
public bool? IsThreeState { get; set; }