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