Class TreeViewItemExpandButton
Represents an expand button in a TreeViewItemView control.
Inherited Members
Namespace: Telerik.Maui.Controls.TreeView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class TreeViewItemExpandButton : TreeViewItemButton, IRadButton, ITextButton, IView, IElement, ITransform, IButton, IPadding, IButtonStroke, IText, ITextStyle, IImageButton, IImage, IImageSourcePart
Constructors
TreeViewItemExpandButton()
Declaration
public TreeViewItemExpandButton()
Fields
IsExpandedProperty
Identifies the IsExpanded property.
Declaration
public static readonly BindableProperty IsExpandedProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IsLeafProperty
Identifies the IsLeaf property.
Declaration
public static readonly BindableProperty IsLeafProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
IsExpanded
Gets or sets a value indicating whether the control is expanded.
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
IsLeaf
Gets or sets a value indicating whether this is a leaf item in the tree hierarchy.
Declaration
public bool IsLeaf { get; set; }
Property Value
System.Boolean
|
Methods
ChangeVisualState()
Declaration
protected override void ChangeVisualState()
Events
IsExpandedChanged
Raised when the IsExpanded property has changed.
Declaration
public event EventHandler IsExpandedChanged
Event Type
System.EventHandler
|