ClassTreeDataGridExpandCollapseIndicatorAppearance
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
Identifies the CollapseText property.
Declaration
public static readonly BindableProperty CollapseTextProperty
Field Value
BindableProperty
ExpandTextProperty
Identifies the ExpandText property.
Declaration
public static readonly BindableProperty ExpandTextProperty
Field Value
BindableProperty
FontAttributesProperty
Identifies the FontAttributes property.
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
BindableProperty
FontFamilyProperty
Identifies the FontFamily property.
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
BindableProperty
FontSizeProperty
Identifies the FontSize property.
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
BindableProperty
LevelIndentationProperty
Identifies the LevelIndentation property.
Declaration
public static readonly BindableProperty LevelIndentationProperty
Field Value
BindableProperty
MarginProperty
Identifies the Margin property.
Declaration
public static readonly BindableProperty MarginProperty
Field Value
BindableProperty
TextColorProperty
Identifies the TextColor property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
BindableProperty
Properties
CollapseText
Gets or sets the text for the collapse indicator of the item.
ExpandText
Gets or sets the text for the expand indicator of the item.
FontAttributes
Gets or sets the FontAttributes for the expand/collapse symbol of the item.
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
FontAttributes
FontFamily
Gets or sets the font family for the expand/collapse symbol of the item.
FontSize
Gets or sets the font size for the expand/collapse symbol of the item.
Declaration
[TypeConverter(typeof(FontSizeConverter))]
public double FontSize { get; set; }
Property Value
LevelIndentation
Gets or sets the indentation that accumulates for each hierarchy level.
Margin
Gets or sets the margin for the expand/collapse symbol of the item.
Declaration
public Thickness Margin { get; set; }
Property Value
Thickness
TextColor
Gets or sets the color for the expand/collapse symbol of the item.
Declaration
public Color TextColor { get; set; }
Property Value
Color