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 Button
Declaration
public static readonly BindableProperty ButtonFontAttributesProperty
Field Value
Microsoft.
|
ButtonFontFamilyProperty
Identifies the Button
Declaration
public static readonly BindableProperty ButtonFontFamilyProperty
Field Value
Microsoft.
|
ButtonFontSizeProperty
Identifies the Button
Declaration
public static readonly BindableProperty ButtonFontSizeProperty
Field Value
Microsoft.
|
ButtonMarginProperty
Identifies the Button
Declaration
public static readonly BindableProperty ButtonMarginProperty
Field Value
Microsoft.
|
ButtonTextColorProperty
Identifies the Button
Declaration
public static readonly BindableProperty ButtonTextColorProperty
Field Value
Microsoft.
|
CollapseButtonTextProperty
Identifies the Collapse
Declaration
public static readonly BindableProperty CollapseButtonTextProperty
Field Value
Microsoft.
|
ExpandButtonTextProperty
Identifies the Expand
Declaration
public static readonly BindableProperty ExpandButtonTextProperty
Field Value
Microsoft.
|
HoverButtonTextColorProperty
Identifies the Hover
Declaration
public static readonly BindableProperty HoverButtonTextColorProperty
Field Value
Microsoft.
|
SelectedButtonTextColorProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedButtonTextColorProperty
Field Value
Microsoft.
|
Properties
ButtonFontAttributes
Gets or sets the Microsoft.
Declaration
public FontAttributes ButtonFontAttributes { get; set; }
Property Value
Microsoft.
|
ButtonFontFamily
Gets or sets the font family for the toggle symbol.
Declaration
public string ButtonFontFamily { get; set; }
Property Value
System.
|
ButtonFontSize
Gets or sets the font size for the toggle symbol.
Declaration
public double ButtonFontSize { get; set; }
Property Value
System.
|
ButtonMargin
Gets or sets the margin for the toggle symbol.
Declaration
public Thickness ButtonMargin { get; set; }
Property Value
Microsoft.
|
ButtonTextColor
Gets or sets the color for the toggle symbol.
Declaration
public Color ButtonTextColor { get; set; }
Property Value
Microsoft.
|
CollapseButtonText
Gets or sets the text for the collapse state.
Declaration
public string CollapseButtonText { get; set; }
Property Value
System.
|
ExpandButtonText
Gets or sets the text for the expand state.
Declaration
public string ExpandButtonText { get; set; }
Property Value
System.
|
HoverButtonTextColor
Gets or sets the color for the toggle symbol when the item is hovered.
Declaration
public Color HoverButtonTextColor { get; set; }
Property Value
Microsoft.
|
SelectedButtonTextColor
Gets or sets the color for the toggle symbol when the item is selected.
Declaration
public Color SelectedButtonTextColor { get; set; }
Property Value
Microsoft.
|