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

Defines the appearance of the row details cell.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class DataGridToggleRowDetailsCellAppearance : DataGridAppearance

Inheritance: objectDataGridAppearanceDataGridToggleRowDetailsCellAppearance

Fields

Identifies the ButtonFontAttributes property.

C#
public static readonly BindableProperty ButtonFontAttributesProperty

ButtonFontFamilyProperty

BindableProperty

Identifies the ButtonFontFamily property.

C#
public static readonly BindableProperty ButtonFontFamilyProperty

ButtonFontSizeProperty

BindableProperty

Identifies the ButtonFontSize property.

C#
public static readonly BindableProperty ButtonFontSizeProperty

ButtonMarginProperty

BindableProperty

Identifies the ButtonMargin property.

C#
public static readonly BindableProperty ButtonMarginProperty

ButtonTextColorProperty

BindableProperty

Identifies the ButtonTextColor property.

C#
public static readonly BindableProperty ButtonTextColorProperty

Identifies the CollapseButtonText property.

C#
public static readonly BindableProperty CollapseButtonTextProperty

ExpandButtonTextProperty

BindableProperty

Identifies the ExpandButtonText property.

C#
public static readonly BindableProperty ExpandButtonTextProperty

Identifies the HoverButtonTextColor property.

C#
public static readonly BindableProperty HoverButtonTextColorProperty

Identifies the SelectedButtonTextColor property.

C#
public static readonly BindableProperty SelectedButtonTextColorProperty

Properties

ButtonFontAttributes

FontAttributes

Gets or sets the FontAttributes for the toggle symbol.

C#
public FontAttributes ButtonFontAttributes { get; set; }

Gets or sets the font family for the toggle symbol.

C#
public string ButtonFontFamily { get; set; }

Gets or sets the font size for the toggle symbol.

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

ButtonMargin

Thickness

Gets or sets the margin for the toggle symbol.

C#
public Thickness ButtonMargin { get; set; }

Gets or sets the color for the toggle symbol.

C#
public Color ButtonTextColor { get; set; }

Gets or sets the text for the collapse state.

C#
public string CollapseButtonText { get; set; }

Gets or sets the text for the expand state.

C#
public string ExpandButtonText { get; set; }

Gets or sets the color for the toggle symbol when the item is hovered.

C#
public Color HoverButtonTextColor { get; set; }

Gets or sets the color for the toggle symbol when the item is selected.

C#
public Color SelectedButtonTextColor { get; set; }