Class
DataGridGroupAggregateCellAppearance

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:

cs-api-definition
public class DataGridGroupAggregateCellAppearance : DataGridAppearance

Inheritance: objectDataGridAppearanceDataGridGroupAggregateCellAppearance

Fields

FontAttributesProperty

Identifies the FontAttributes property.

Declaration

cs-api-definition
public static readonly BindableProperty FontAttributesProperty

Field Value

BindableProperty

FontFamilyProperty

Identifies the FontFamily property.

Declaration

cs-api-definition
public static readonly BindableProperty FontFamilyProperty

Field Value

BindableProperty

FontSizeProperty

Identifies the FontSize property.

Declaration

cs-api-definition
public static readonly BindableProperty FontSizeProperty

Field Value

BindableProperty

MarginProperty

Identifies the Margin property.

Declaration

cs-api-definition
public static readonly BindableProperty MarginProperty

Field Value

BindableProperty

TextColorProperty

Identifies the TextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty TextColorProperty

Field Value

BindableProperty

Properties

FontAttributes

Gets or sets FontAttributes of the cell.

Declaration

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

Property Value

FontAttributes

FontFamily

Gets or sets the font family of the cell.

Declaration

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

Property Value

string

FontSize

Gets or sets the font size of the cell.

Declaration

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

Property Value

double

Margin

Gets or sets the margin that is applied to the text of the cell.

Declaration

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

Property Value

Thickness

TextColor

Gets or sets the color of the cell text.

Declaration

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

Property Value

Color