ClassDataFormRadCheckBoxEditor
Class
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:
cs-api-definition
public class DataFormRadCheckBoxEditor : DataFormEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform
Inheritance: objectRadContentViewDataFormContentViewDataFormItemDataFormEditorDataFormRadCheckBoxEditor
Implements:
Inherited Members
Constructors
DataFormRadCheckBoxEditor()
Declaration
cs-api-definition
public DataFormRadCheckBoxEditor()
Fields
IsThreeStateProperty
Identifies the IsThreeState property.
Declaration
cs-api-definition
public static readonly BindableProperty IsThreeStateProperty
Field Value
BindableProperty
Properties
IsThreeState
Gets or sets a value indicating whether the RadCheckBox allows three states.