ClassTreeViewItemExpandButton
Class
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:
Inherited Members
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.
Methods
ChangeVisualState()
Declaration
cs-api-definition
protected override void ChangeVisualState()
Overrides
Events
IsExpandedChanged
Raised when the IsExpanded property has changed.