Class DataGridToggleRowDetailsCellStyle
Defines the appearance of the row details cell.
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridToggleRowDetailsCellStyle : DataGridStyle
Constructors
DataGridToggleRowDetailsCellStyle()
Initializes a new instance of the DataGridToggleRowDetailsCellStyle class.
Declaration
public DataGridToggleRowDetailsCellStyle()
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
|