Class TreeViewItemCheckBox
Represents a check box in a TreeViewItemView control.
Inherited Members
Namespace: Telerik.Maui.Controls.TreeView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class TreeViewItemCheckBox : RadCheckBox, IRadCheckBox, ICheckBox, IView, IElement, ITransform
Constructors
TreeViewItemCheckBox()
Declaration
public TreeViewItemCheckBox()
Fields
StyleProperty
Identifies the Style property.
Declaration
public static readonly BindableProperty StyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Style
Gets or sets the Style of the control.
Declaration
public Style Style { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
Methods
OnHandlerChanged()
Declaration
protected override void OnHandlerChanged()