Defines the appearance of the tree expand/collapse indicator.
Definition
Namespace:Telerik.Maui.Controls.TreeDataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class TreeDataGridExpandCollapseIndicatorAppearance : DataGridBorderAppearance
Inheritance: objectDataGridAppearanceDataGridBorderAppearanceTreeDataGridExpandCollapseIndicatorAppearance
Inherited Members
Fields
CollapseTextProperty
BindableProperty
Identifies the CollapseText property.
public static readonly BindableProperty CollapseTextProperty
ExpandTextProperty
BindableProperty
Identifies the ExpandText property.
public static readonly BindableProperty ExpandTextProperty
FontAttributesProperty
BindableProperty
Identifies the FontAttributes property.
public static readonly BindableProperty FontAttributesProperty
FontFamilyProperty
BindableProperty
Identifies the FontFamily property.
public static readonly BindableProperty FontFamilyProperty
FontSizeProperty
BindableProperty
Identifies the FontSize property.
public static readonly BindableProperty FontSizeProperty
LevelIndentationProperty
BindableProperty
Identifies the LevelIndentation property.
public static readonly BindableProperty LevelIndentationProperty
MarginProperty
BindableProperty
Identifies the Margin property.
public static readonly BindableProperty MarginProperty
TextColorProperty
BindableProperty
Identifies the TextColor property.
public static readonly BindableProperty TextColorProperty
Properties
Gets or sets the text for the collapse indicator of the item.
public string CollapseText { get; set; }
Gets or sets the text for the expand indicator of the item.
public string ExpandText { get; set; }
FontAttributes
FontAttributes
Gets or sets the FontAttributes for the expand/collapse symbol of the item.
public FontAttributes FontAttributes { get; set; }
Gets or sets the font family for the expand/collapse symbol of the item.
public string FontFamily { get; set; }
Gets or sets the font size for the expand/collapse symbol of the item.
[TypeConverter(typeof(FontSizeConverter))]
public double FontSize { get; set; }
Gets or sets the indentation that accumulates for each hierarchy level.
public double LevelIndentation { get; set; }
Margin
Thickness
Gets or sets the margin for the expand/collapse symbol of the item.
public Thickness Margin { get; set; }
TextColor
Color
Gets or sets the color for the expand/collapse symbol of the item.
public Color TextColor { get; set; }