Class DataGridToggleRowDetailsCellAppearance
Defines the appearance of the row details cell.
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridToggleRowDetailsCellAppearance : DataGridAppearance
Fields
ButtonFontAttributesProperty
Identifies the ButtonFontAttributes property.
Declaration
public static readonly BindableProperty ButtonFontAttributesProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ButtonFontFamilyProperty
Identifies the ButtonFontFamily property.
Declaration
public static readonly BindableProperty ButtonFontFamilyProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ButtonFontSizeProperty
Identifies the ButtonFontSize property.
Declaration
public static readonly BindableProperty ButtonFontSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ButtonMarginProperty
Identifies the ButtonMargin property.
Declaration
public static readonly BindableProperty ButtonMarginProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ButtonTextColorProperty
Identifies the ButtonTextColor property.
Declaration
public static readonly BindableProperty ButtonTextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CollapseButtonTextProperty
Identifies the CollapseButtonText property.
Declaration
public static readonly BindableProperty CollapseButtonTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ExpandButtonTextProperty
Identifies the ExpandButtonText property.
Declaration
public static readonly BindableProperty ExpandButtonTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HoverButtonTextColorProperty
Identifies the HoverButtonTextColor property.
Declaration
public static readonly BindableProperty HoverButtonTextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SelectedButtonTextColorProperty
Identifies the SelectedButtonTextColor property.
Declaration
public static readonly BindableProperty SelectedButtonTextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ButtonFontAttributes
Gets or sets the Microsoft.Maui.Controls.FontAttributes for the toggle symbol.
Declaration
public FontAttributes ButtonFontAttributes { get; set; }
Property Value
Microsoft.Maui.Controls.FontAttributes
|
ButtonFontFamily
Gets or sets the font family for the toggle symbol.
Declaration
public string ButtonFontFamily { get; set; }
Property Value
System.String
|
ButtonFontSize
Gets or sets the font size for the toggle symbol.
Declaration
public double ButtonFontSize { get; set; }
Property Value
System.Double
|
ButtonMargin
Gets or sets the margin for the toggle symbol.
Declaration
public Thickness ButtonMargin { get; set; }
Property Value
Microsoft.Maui.Thickness
|
ButtonTextColor
Gets or sets the color for the toggle symbol.
Declaration
public Color ButtonTextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
CollapseButtonText
Gets or sets the text for the collapse state.
Declaration
public string CollapseButtonText { get; set; }
Property Value
System.String
|
ExpandButtonText
Gets or sets the text for the expand state.
Declaration
public string ExpandButtonText { get; set; }
Property Value
System.String
|
HoverButtonTextColor
Gets or sets the color for the toggle symbol when the item is hovered.
Declaration
public Color HoverButtonTextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
SelectedButtonTextColor
Gets or sets the color for the toggle symbol when the item is selected.
Declaration
public Color SelectedButtonTextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|