Class
TreeViewItemCheckBox

Represents a check box in a TreeViewItemView control.

Definition

Namespace:Telerik.Maui.Controls.TreeView

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class TreeViewItemCheckBox : RadCheckBox, IRadCheckBox, ICheckBox, IView, IElement, ITransform

Inheritance: objectRadCheckBoxTreeViewItemCheckBox

Implements: ICheckBoxIElementIRadCheckBoxITransformIView

Inherited Members RadCheckBox.CheckedColorPropertyRadCheckBox.CheckedSymbolColorPropertyRadCheckBox.IndeterminateColorPropertyRadCheckBox.IndeterminateSymbolColorPropertyRadCheckBox.UncheckedColorPropertyRadCheckBox.IsCheckedPropertyRadCheckBox.LengthPropertyRadCheckBox.StrokeWidthPropertyRadCheckBox.CornerRadiusPropertyRadCheckBox.IsThreeStatePropertyRadCheckBox.IsAnimatedPropertyRadCheckBox.ToggleOnTapPropertyRadCheckBox.CommandPropertyRadCheckBox.CommandParameterPropertyRadCheckBox.GetToggleOnTap(BindableObject)RadCheckBox.SetToggleOnTap(BindableObject, RadCheckBox)RadCheckBox.OnPropertyChanged(string)RadCheckBox.CheckedColorRadCheckBox.CheckedSymbolColorRadCheckBox.IndeterminateColorRadCheckBox.IndeterminateSymbolColorRadCheckBox.IsThreeStateRadCheckBox.IsAnimatedRadCheckBox.IsCheckedRadCheckBox.LengthRadCheckBox.StrokeWidthRadCheckBox.CornerRadiusRadCheckBox.UncheckedColorRadCheckBox.CommandRadCheckBox.CommandParameterRadCheckBox.IsEnabledCoreRadCheckBox.IsCheckedChanged

Constructors

TreeViewItemCheckBox()

Initializes a new instance of the TreeViewItemCheckBox class.

Declaration

cs-api-definition
public TreeViewItemCheckBox()

Fields

StyleProperty

Identifies the Style property.

Declaration

cs-api-definition
public static readonly BindableProperty StyleProperty

Field Value

BindableProperty

Properties

Style

Gets or sets the Style of the control.

Declaration

cs-api-definition
public Style Style { get; set; }

Property Value

Style