Defines the appearance of the row details cell.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataGridToggleRowDetailsCellAppearance : DataGridAppearance
Inheritance: objectDataGridAppearanceDataGridToggleRowDetailsCellAppearance
Fields
ButtonFontAttributesProperty
BindableProperty
Identifies the ButtonFontAttributes property.
public static readonly BindableProperty ButtonFontAttributesProperty
ButtonFontFamilyProperty
BindableProperty
Identifies the ButtonFontFamily property.
public static readonly BindableProperty ButtonFontFamilyProperty
ButtonFontSizeProperty
BindableProperty
Identifies the ButtonFontSize property.
public static readonly BindableProperty ButtonFontSizeProperty
ButtonMarginProperty
BindableProperty
Identifies the ButtonMargin property.
public static readonly BindableProperty ButtonMarginProperty
ButtonTextColorProperty
BindableProperty
Identifies the ButtonTextColor property.
public static readonly BindableProperty ButtonTextColorProperty
CollapseButtonTextProperty
BindableProperty
Identifies the CollapseButtonText property.
public static readonly BindableProperty CollapseButtonTextProperty
ExpandButtonTextProperty
BindableProperty
Identifies the ExpandButtonText property.
public static readonly BindableProperty ExpandButtonTextProperty
HoverButtonTextColorProperty
BindableProperty
Identifies the HoverButtonTextColor property.
public static readonly BindableProperty HoverButtonTextColorProperty
SelectedButtonTextColorProperty
BindableProperty
Identifies the SelectedButtonTextColor property.
public static readonly BindableProperty SelectedButtonTextColorProperty
Properties
ButtonFontAttributes
FontAttributes
Gets or sets the FontAttributes for the toggle symbol.
public FontAttributes ButtonFontAttributes { get; set; }
Gets or sets the font family for the toggle symbol.
public string ButtonFontFamily { get; set; }
Gets or sets the font size for the toggle symbol.
[TypeConverter(typeof(FontSizeConverter))]
public double ButtonFontSize { get; set; }
ButtonMargin
Thickness
Gets or sets the margin for the toggle symbol.
public Thickness ButtonMargin { get; set; }
ButtonTextColor
Color
Gets or sets the color for the toggle symbol.
public Color ButtonTextColor { get; set; }
Gets or sets the text for the collapse state.
public string CollapseButtonText { get; set; }
Gets or sets the text for the expand state.
public string ExpandButtonText { get; set; }
HoverButtonTextColor
Color
Gets or sets the color for the toggle symbol when the item is hovered.
public Color HoverButtonTextColor { get; set; }
Gets or sets the color for the toggle symbol when the item is selected.
public Color SelectedButtonTextColor { get; set; }