Class TreeViewItemLayout
Represents a layout of a Tree
Inherited Members
Namespace: Telerik.Maui.Controls.TreeView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class TreeViewItemLayout : RadLayout
Constructors
TreeViewItemLayout()
Declaration
public TreeViewItemLayout()
Fields
IndentationProperty
Identifies the Indentation property.
Declaration
public static readonly BindableProperty IndentationProperty
Field Value
Microsoft.
|
SpacingProperty
Identifies the Spacing property.
Declaration
public static readonly BindableProperty SpacingProperty
Field Value
Microsoft.
|
Properties
Indentation
Gets or sets the indentation in pixels of the tree item.
Declaration
public double Indentation { get; set; }
Property Value
System.
|
Spacing
Gets or sets the spacing in pixels between the elements of the tree item.
Declaration
public double Spacing { get; set; }
Property Value
System.
|
Methods
OnChildAdded(Element)
Declaration
protected override void OnChildAdded(Element childElement)
Parameters
Microsoft.
|
OnChildRemoved(Element, Int32)
Declaration
protected override void OnChildRemoved(Element childElement, int childIndex)
Parameters
Microsoft.
|
System.
|