ClassDataGridGroupAggregateCellAppearance
Defines the appearance of the cell that visualizes aggregates in the group of the grid when GroupAggregatesAlignment is set to NextToHeader.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataGridGroupAggregateCellAppearance : DataGridAppearance
Inheritance: objectDataGridAppearanceDataGridGroupAggregateCellAppearance
Fields
FontAttributesProperty
Identifies the FontAttributes property.
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
BindableProperty
FontFamilyProperty
Identifies the FontFamily property.
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
BindableProperty
FontSizeProperty
Identifies the FontSize property.
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
BindableProperty
MarginProperty
Identifies the Margin property.
Declaration
public static readonly BindableProperty MarginProperty
Field Value
BindableProperty
TextColorProperty
Identifies the TextColor property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
BindableProperty
Properties
FontAttributes
Gets or sets FontAttributes of the cell.
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
FontAttributes
FontFamily
Gets or sets the font family of the cell.
FontSize
Gets or sets the font size of the cell.
Declaration
[TypeConverter(typeof(FontSizeConverter))]
public double FontSize { get; set; }
Property Value
Margin
Gets or sets the margin that is applied to the text of the cell.
Declaration
public Thickness Margin { get; set; }
Property Value
Thickness
TextColor
Gets or sets the color of the cell text.
Declaration
public Color TextColor { get; set; }
Property Value
Color