New to Telerik UI for .NET MAUIStart a free 30-day trial

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: IButtonIButtonStrokeIElementIImageIImageButtonIImageSourcePartIPaddingIRadButtonITextITextButtonITextStyleITransformIView...

Inherited Members TreeViewItemButton.StylePropertyTreeViewItemButton.StyleRadButton.BackgroundImagePropertyRadButton.BorderThicknessPropertyRadButton.HorizontalContentAlignmentPropertyRadButton.VerticalContentAlignmentPropertyRadButton.BackgroundImageRadButton.BorderThicknessRadButton.HorizontalContentAlignmentRadButton.VerticalContentAlignment...

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; }

Gets or sets a value indicating whether this is a leaf item in the tree hierarchy.

C#
public bool IsLeaf { get; set; }

Methods

C#
protected override void ChangeVisualState()

Overrides: RadButton.ChangeVisualState()

Events

Raised when the IsExpanded property has changed.

C#
public event EventHandler IsExpandedChanged