Class DataFormCheckBoxItem
Represents the class that encapsulates the layout and CheckBox editor settings for data field.
Inherited Members
Namespace: Syncfusion.Maui.DataForm
Assembly: Syncfusion.Maui.DataForm.dll
Syntax
public class DataFormCheckBoxItem : DataFormItem, IThemeElement
Constructors
DataFormCheckBoxItem()
Initializes a new instance of the DataFormCheckBoxItem class.
Declaration
public DataFormCheckBoxItem()
Fields
ColorProperty
Identifies the Color dependency property.
Declaration
public static readonly BindableProperty ColorProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Color dependency property. |
Properties
Color
Gets or sets the color of CheckBox editor.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.Maui.Graphics.Color | The default value of color is |
Examples
The below examples shows, how to use the Color property of DataFormCheckBoxItem in the SfDataForm.