Represents an expand button in a TreeViewItemView control.
Definition
Namespace:Telerik.Maui.Controls.TreeView
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class TreeViewItemExpandButton : TreeViewItemButton, IRadButton, ITextButton, IView, IElement, ITransform, IButton, IPadding, IButtonStroke, IText, ITextStyle, IImageButton, IImage, IImageSourcePart
Inheritance: objectRadButtonTreeViewItemButtonTreeViewItemExpandButton
Implements:
Inherited Members
Constructors
C#
public TreeViewItemExpandButton()
Fields
IsExpandedProperty
BindableProperty
Identifies the IsExpanded property.
C#
public static readonly BindableProperty IsExpandedProperty
IsLeafProperty
BindableProperty
Identifies the IsLeaf property.
C#
public static readonly BindableProperty IsLeafProperty
Properties
Gets or sets a value indicating whether the control is expanded.
C#
public bool IsExpanded { get; set; }
Methods
C#
protected override void ChangeVisualState()
Overrides:
Events
Raised when the IsExpanded property has changed.
C#
public event EventHandler IsExpandedChanged