Class DataFormCheckBoxItem
Represents the class that encapsulates the layout and CheckBox editor settings for data field appearing in SfDataForm.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.XForms.DataForm
Assembly: Syncfusion.SfDataForm.XForms.dll
Syntax
public class DataFormCheckBoxItem : DataFormItem, IDisposable
Constructors
DataFormCheckBoxItem()
Declaration
public DataFormCheckBoxItem()
Properties
CheckedColor
Gets or sets the UncheckedColor of the checkbox editor.
Declaration
public Color CheckedColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
IsThreeState
Gets or sets a value indicating whether the checkbox editor supports three states such as checked , unchecked also indeterminate.
Declaration
public bool IsThreeState { get; set; }
Property Value
Type |
---|
System.Boolean |
Text
Gets or sets the Text of the CheckBox editor.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
UnCheckedColor
Gets or sets the UncheckedColor of the checkbox editor.
Declaration
public Color UnCheckedColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
Implements
System.IDisposable