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

Defines the appearance of the tree expand/collapse indicator.

Definition

Fields

CollapseTextProperty

BindableProperty

Identifies the CollapseText property.

C#
public static readonly BindableProperty CollapseTextProperty

ExpandTextProperty

BindableProperty

Identifies the ExpandText property.

C#
public static readonly BindableProperty ExpandTextProperty

FontAttributesProperty

BindableProperty

Identifies the FontAttributes property.

C#
public static readonly BindableProperty FontAttributesProperty

FontFamilyProperty

BindableProperty

Identifies the FontFamily property.

C#
public static readonly BindableProperty FontFamilyProperty

FontSizeProperty

BindableProperty

Identifies the FontSize property.

C#
public static readonly BindableProperty FontSizeProperty

LevelIndentationProperty

BindableProperty

Identifies the LevelIndentation property.

C#
public static readonly BindableProperty LevelIndentationProperty

MarginProperty

BindableProperty

Identifies the Margin property.

C#
public static readonly BindableProperty MarginProperty

TextColorProperty

BindableProperty

Identifies the TextColor property.

C#
public static readonly BindableProperty TextColorProperty

Properties

Gets or sets the text for the collapse indicator of the item.

C#
public string CollapseText { get; set; }

Gets or sets the text for the expand indicator of the item.

C#
public string ExpandText { get; set; }

FontAttributes

FontAttributes

Gets or sets the FontAttributes for the expand/collapse symbol of the item.

C#
public FontAttributes FontAttributes { get; set; }

Gets or sets the font family for the expand/collapse symbol of the item.

C#
public string FontFamily { get; set; }

Gets or sets the font size for the expand/collapse symbol of the item.

C#
[TypeConverter(typeof(FontSizeConverter))]
public double FontSize { get; set; }

Gets or sets the indentation that accumulates for each hierarchy level.

C#
public double LevelIndentation { get; set; }

Margin

Thickness

Gets or sets the margin for the expand/collapse symbol of the item.

C#
public Thickness Margin { get; set; }

Gets or sets the color for the expand/collapse symbol of the item.

C#
public Color TextColor { get; set; }