Class
DataGridToggleRowDetailsCellAppearance

Defines the appearance of the row details cell.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class DataGridToggleRowDetailsCellAppearance : DataGridAppearance

Inheritance: objectDataGridAppearanceDataGridToggleRowDetailsCellAppearance

Fields

ButtonFontAttributesProperty

Identifies the ButtonFontAttributes property.

Declaration

cs-api-definition
public static readonly BindableProperty ButtonFontAttributesProperty

Field Value

BindableProperty

ButtonFontFamilyProperty

Identifies the ButtonFontFamily property.

Declaration

cs-api-definition
public static readonly BindableProperty ButtonFontFamilyProperty

Field Value

BindableProperty

ButtonFontSizeProperty

Identifies the ButtonFontSize property.

Declaration

cs-api-definition
public static readonly BindableProperty ButtonFontSizeProperty

Field Value

BindableProperty

ButtonMarginProperty

Identifies the ButtonMargin property.

Declaration

cs-api-definition
public static readonly BindableProperty ButtonMarginProperty

Field Value

BindableProperty

ButtonTextColorProperty

Identifies the ButtonTextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty ButtonTextColorProperty

Field Value

BindableProperty

CollapseButtonTextProperty

Identifies the CollapseButtonText property.

Declaration

cs-api-definition
public static readonly BindableProperty CollapseButtonTextProperty

Field Value

BindableProperty

ExpandButtonTextProperty

Identifies the ExpandButtonText property.

Declaration

cs-api-definition
public static readonly BindableProperty ExpandButtonTextProperty

Field Value

BindableProperty

HoverButtonTextColorProperty

Identifies the HoverButtonTextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty HoverButtonTextColorProperty

Field Value

BindableProperty

SelectedButtonTextColorProperty

Identifies the SelectedButtonTextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty SelectedButtonTextColorProperty

Field Value

BindableProperty

Properties

ButtonFontAttributes

Gets or sets the FontAttributes for the toggle symbol.

Declaration

cs-api-definition
public FontAttributes ButtonFontAttributes { get; set; }

Property Value

FontAttributes

ButtonFontFamily

Gets or sets the font family for the toggle symbol.

Declaration

cs-api-definition
public string ButtonFontFamily { get; set; }

Property Value

string

ButtonFontSize

Gets or sets the font size for the toggle symbol.

Declaration

cs-api-definition
[TypeConverter(typeof(FontSizeConverter))]
public double ButtonFontSize { get; set; }

Property Value

double

ButtonMargin

Gets or sets the margin for the toggle symbol.

Declaration

cs-api-definition
public Thickness ButtonMargin { get; set; }

Property Value

Thickness

ButtonTextColor

Gets or sets the color for the toggle symbol.

Declaration

cs-api-definition
public Color ButtonTextColor { get; set; }

Property Value

Color

CollapseButtonText

Gets or sets the text for the collapse state.

Declaration

cs-api-definition
public string CollapseButtonText { get; set; }

Property Value

string

ExpandButtonText

Gets or sets the text for the expand state.

Declaration

cs-api-definition
public string ExpandButtonText { get; set; }

Property Value

string

HoverButtonTextColor

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

Declaration

cs-api-definition
public Color HoverButtonTextColor { get; set; }

Property Value

Color

SelectedButtonTextColor

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

Declaration

cs-api-definition
public Color SelectedButtonTextColor { get; set; }

Property Value

Color