ClassTreeViewItemLayout
Class
Represents a layout of a TreeViewItemView.
Definition
Namespace:Telerik.Maui.Controls.TreeView
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class TreeViewItemLayout : RadLayout
Inheritance: objectRadLayoutTreeViewItemLayout
Inherited Members
Constructors
TreeViewItemLayout()
Declaration
cs-api-definition
public TreeViewItemLayout()
Fields
IndentationProperty
Identifies the Indentation property.
Declaration
cs-api-definition
public static readonly BindableProperty IndentationProperty
Field Value
BindableProperty
SpacingProperty
Identifies the Spacing property.
Declaration
cs-api-definition
public static readonly BindableProperty SpacingProperty
Field Value
BindableProperty
Properties
Indentation
Gets or sets the indentation in pixels of the tree item.
Methods
OnChildAdded(Element)
Declaration
cs-api-definition
protected override void OnChildAdded(Element childElement)
Parameters
childElement
Element
OnChildRemoved(Element, int)
Declaration
cs-api-definition
protected override void OnChildRemoved(Element childElement, int childIndex)
Parameters
childElement
Element
childIndex