Class DataFormRadCheckBoxEditor
Represents a check box editor in the RadDataForm. The actual editor control used is RadCheckBox.
Inheritance
System.Object
DataFormRadCheckBoxEditor
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormRadCheckBoxEditor : DataFormEditor, IRadContentView, IContentView, IPadding, IDataFormView, IView, IElement, ITransform
Constructors
DataFormRadCheckBoxEditor()
Declaration
public DataFormRadCheckBoxEditor()
Fields
IsThreeStateProperty
Identifies the IsThreeState property.
Declaration
public static readonly BindableProperty IsThreeStateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
IsThreeState
Gets or sets a value indicating whether the RadCheckBox allows three states.
Declaration
public Nullable<bool> IsThreeState { get; set; }
Property Value
System.Nullable<System.Boolean>
|