Class TreeViewItemView
Visual representation of an item in the Rad
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.TreeView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class TreeViewItemView : SelectableItemView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
TreeViewItemView()
Fields
BusyIndicatorStyleProperty
Identifies the Busy
Declaration
public static readonly BindableProperty BusyIndicatorStyleProperty
Field Value
Microsoft.
|
CheckBoxStyleProperty
Identifies the Check
Declaration
public static readonly BindableProperty CheckBoxStyleProperty
Field Value
Microsoft.
|
ExpandButtonStyleProperty
Identifies the Expand
Declaration
public static readonly BindableProperty ExpandButtonStyleProperty
Field Value
Microsoft.
|
ImageSourceProperty
Identifies the Image
Declaration
public static readonly BindableProperty ImageSourceProperty
Field Value
Microsoft.
|
ImageStyleProperty
Identifies the Image
Declaration
public static readonly BindableProperty ImageStyleProperty
Field Value
Microsoft.
|
IndentationProperty
Identifies the Indentation property.
Declaration
public static readonly BindableProperty IndentationProperty
Field Value
Microsoft.
|
IsBusyProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsBusyProperty
Field Value
Microsoft.
|
IsCheckBoxVisibleProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsCheckBoxVisibleProperty
Field Value
Microsoft.
|
IsCheckedProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsCheckedProperty
Field Value
Microsoft.
|
IsExpandButtonVisibleProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsExpandButtonVisibleProperty
Field Value
Microsoft.
|
IsExpandedProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsExpandedProperty
Field Value
Microsoft.
|
IsImageVisibleProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsImageVisibleProperty
Field Value
Microsoft.
|
IsLeafProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsLeafProperty
Field Value
Microsoft.
|
LevelProperty
Identifies the Level property.
Declaration
public static readonly BindableProperty LevelProperty
Field Value
Microsoft.
|
SpacingProperty
Identifies the Spacing property.
Declaration
public static readonly BindableProperty SpacingProperty
Field Value
Microsoft.
|
Properties
BusyIndicatorStyle
Gets or sets the Microsoft.
Declaration
public Style BusyIndicatorStyle { get; set; }
Property Value
Microsoft.
|
CheckBoxStyle
Gets or sets the Microsoft.
Declaration
public Style CheckBoxStyle { get; set; }
Property Value
Microsoft.
|
ExpandButtonStyle
Gets or sets the Microsoft.
Declaration
public Style ExpandButtonStyle { get; set; }
Property Value
Microsoft.
|
ImageSource
Gets or sets the source of the image to display in the tree item.
For more information see the Microsoft.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
Microsoft.
|
ImageStyle
Gets or sets the Microsoft.
Declaration
public Style ImageStyle { get; set; }
Property Value
Microsoft.
|
Indentation
Gets the indentation in pixels of the tree item, based on its level in the tree hierarchy.
Declaration
public double Indentation { get; }
Property Value
System.
|
IsBusy
Gets a value indicating whether the tree item is in a busy state.
Declaration
public bool IsBusy { get; }
Property Value
System.
|
IsCheckBoxVisible
Gets a value indicating whether the check box is visible.
For more information see the Check
Declaration
public bool IsCheckBoxVisible { get; }
Property Value
System.
|
IsChecked
Gets or sets a value indicating whether the tree item is checked.
Declaration
public Nullable<bool> IsChecked { get; set; }
Property Value
System.
|
IsExpandButtonVisible
Gets or sets a value indicating whether the expand button is visible.
Declaration
public bool IsExpandButtonVisible { get; set; }
Property Value
System.
|
IsExpanded
Gets or sets a value indicating whether the tree item is expanded.
Declaration
public bool IsExpanded { get; set; }
Property Value
System.
|
IsImageVisible
Gets or sets a value indicating whether the image is visible.
Declaration
public bool IsImageVisible { get; set; }
Property Value
System.
|
IsLeaf
Gets a value indicating whether this is a leaf item in the tree hierarchy.
Declaration
public bool IsLeaf { get; }
Property Value
System.
|
Level
Gets the level of the item in the tree hierarchy.
Declaration
public int Level { get; }
Property Value
System.
|
Spacing
Gets or sets the spacing in pixels between the elements of the tree item.
Declaration
public double Spacing { get; set; }
Property Value
System.
|
ToggleCheckedCommand
Gets a command to toggle the checked state of the control.
Declaration
public ICommand ToggleCheckedCommand { get; }
Property Value
System.
|
ToggleExpandedCommand
Gets a command to toggle the expanded state of the control.
Declaration
public ICommand ToggleExpandedCommand { get; }
Property Value
System.
|
Methods
ChangeVisualState()
Declaration
protected override void ChangeVisualState()
Overrides
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.
|
Overrides
Events
IsCheckedChanged
Raised when the Is
Declaration
public event EventHandler IsCheckedChanged
Event Type
System.
|
IsExpandedChanged
Raised when the Is
Declaration
public event EventHandler IsExpandedChanged
Event Type
System.
|