Class
TreeViewItemExpandButton

Represents an expand button in a TreeViewItemView control.

Definition

Namespace:Telerik.Maui.Controls.TreeView

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
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

TreeViewItemExpandButton()

Declaration

cs-api-definition
public TreeViewItemExpandButton()

Fields

IsExpandedProperty

Identifies the IsExpanded property.

Declaration

cs-api-definition
public static readonly BindableProperty IsExpandedProperty

Field Value

BindableProperty

IsLeafProperty

Identifies the IsLeaf property.

Declaration

cs-api-definition
public static readonly BindableProperty IsLeafProperty

Field Value

BindableProperty

Properties

IsExpanded

Gets or sets a value indicating whether the control is expanded.

Declaration

cs-api-definition
public bool IsExpanded { get; set; }

Property Value

bool

IsLeaf

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

Declaration

cs-api-definition
public bool IsLeaf { get; set; }

Property Value

bool

Methods

ChangeVisualState()

Declaration

cs-api-definition
protected override void ChangeVisualState()

Overrides RadButton.ChangeVisualState()

Events

IsExpandedChanged

Raised when the IsExpanded property has changed.

Declaration

cs-api-definition
public event EventHandler IsExpandedChanged

Event Value

EventHandler