ClassDataGridToggleRowDetailsCellAppearance
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
Identifies the ButtonFontAttributes property.
Declaration
public static readonly BindableProperty ButtonFontAttributesProperty
Field Value
BindableProperty
ButtonFontFamilyProperty
Identifies the ButtonFontFamily property.
Declaration
public static readonly BindableProperty ButtonFontFamilyProperty
Field Value
BindableProperty
ButtonFontSizeProperty
Identifies the ButtonFontSize property.
Declaration
public static readonly BindableProperty ButtonFontSizeProperty
Field Value
BindableProperty
ButtonMarginProperty
Identifies the ButtonMargin property.
Declaration
public static readonly BindableProperty ButtonMarginProperty
Field Value
BindableProperty
ButtonTextColorProperty
Identifies the ButtonTextColor property.
Declaration
public static readonly BindableProperty ButtonTextColorProperty
Field Value
BindableProperty
CollapseButtonTextProperty
Identifies the CollapseButtonText property.
Declaration
public static readonly BindableProperty CollapseButtonTextProperty
Field Value
BindableProperty
ExpandButtonTextProperty
Identifies the ExpandButtonText property.
Declaration
public static readonly BindableProperty ExpandButtonTextProperty
Field Value
BindableProperty
HoverButtonTextColorProperty
Identifies the HoverButtonTextColor property.
Declaration
public static readonly BindableProperty HoverButtonTextColorProperty
Field Value
BindableProperty
SelectedButtonTextColorProperty
Identifies the SelectedButtonTextColor property.
Declaration
public static readonly BindableProperty SelectedButtonTextColorProperty
Field Value
BindableProperty
Properties
ButtonFontAttributes
Gets or sets the FontAttributes for the toggle symbol.
Declaration
public FontAttributes ButtonFontAttributes { get; set; }
Property Value
FontAttributes
ButtonFontFamily
Gets or sets the font family for the toggle symbol.
ButtonFontSize
Gets or sets the font size for the toggle symbol.
Declaration
[TypeConverter(typeof(FontSizeConverter))]
public double ButtonFontSize { get; set; }
Property Value
ButtonMargin
Gets or sets the margin for the toggle symbol.
Declaration
public Thickness ButtonMargin { get; set; }
Property Value
Thickness
ButtonTextColor
Gets or sets the color for the toggle symbol.
Declaration
public Color ButtonTextColor { get; set; }
Property Value
Color
CollapseButtonText
Gets or sets the text for the collapse state.
ExpandButtonText
Gets or sets the text for the expand state.
HoverButtonTextColor
Gets or sets the color for the toggle symbol when the item is hovered.
Declaration
public Color HoverButtonTextColor { get; set; }
Property Value
Color
SelectedButtonTextColor
Gets or sets the color for the toggle symbol when the item is selected.
Declaration
public Color SelectedButtonTextColor { get; set; }
Property Value
Color