Class
DataGridFooterAppearanceBase

Defines the appearance of both group and column footers.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public abstract class DataGridFooterAppearanceBase : DataGridAppearance

Inheritance: objectDataGridAppearanceDataGridFooterAppearanceBase

Derived Classes: DataGridColumnFooterAppearanceDataGridGroupFooterAppearance

Fields

BackgroundColorProperty

Identifies the BackgroundColor property.

Declaration

cs-api-definition
public static readonly BindableProperty BackgroundColorProperty

Field Value

BindableProperty

BorderColorProperty

Identifies the BorderColor property.

Declaration

cs-api-definition
public static readonly BindableProperty BorderColorProperty

Field Value

BindableProperty

BorderThicknessProperty

Identifies the BorderThickness property.

Declaration

cs-api-definition
public static readonly BindableProperty BorderThicknessProperty

Field Value

BindableProperty

HorizontalTextAlignmentProperty

Identifies the HorizontalTextAlignment property.

Declaration

cs-api-definition
public static readonly BindableProperty HorizontalTextAlignmentProperty

Field Value

BindableProperty

TextColorProperty

Identifies the TextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty TextColorProperty

Field Value

BindableProperty

TextFontAttributesProperty

Identifies the TextFontAttributes property.

Declaration

cs-api-definition
public static readonly BindableProperty TextFontAttributesProperty

Field Value

BindableProperty

TextFontFamilyProperty

Identifies the TextFontFamily property.

Declaration

cs-api-definition
public static readonly BindableProperty TextFontFamilyProperty

Field Value

BindableProperty

TextFontSizeProperty

Identifies the TextFontSize property.

Declaration

cs-api-definition
public static readonly BindableProperty TextFontSizeProperty

Field Value

BindableProperty

TextMarginProperty

Identifies the TextMargin property.

Declaration

cs-api-definition
public static readonly BindableProperty TextMarginProperty

Field Value

BindableProperty

VerticalTextAlignmentProperty

Identifies the VerticalTextAlignment property.

Declaration

cs-api-definition
public static readonly BindableProperty VerticalTextAlignmentProperty

Field Value

BindableProperty

Properties

BackgroundColor

Gets or sets the background color.

Declaration

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

Property Value

Color

BorderColor

Gets or sets the border color.

Declaration

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

Property Value

Color

BorderThickness

Gets or sets the border thickness.

Declaration

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

Property Value

Thickness

HorizontalTextAlignment

Gets or sets a value indicating the horizontal text alignment.

Declaration

cs-api-definition
public TextAlignment HorizontalTextAlignment { get; set; }

Property Value

TextAlignment

TextColor

Gets or sets the color for the Footer's text.

Declaration

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

Property Value

Color

TextFontAttributes

Gets or sets the FontAttributes for the Footer.

Declaration

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

Property Value

FontAttributes

TextFontFamily

Gets or sets the FontFamily of the Footer.

Declaration

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

Property Value

string

TextFontSize

Gets or sets the size of the Footer.

Declaration

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

Property Value

double

TextMargin

Gets or sets the margin for Footer.

Declaration

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

Property Value

Thickness

VerticalTextAlignment

Gets or sets a value indicating the vertical text alignment.

Declaration

cs-api-definition
public TextAlignment VerticalTextAlignment { get; set; }

Property Value

TextAlignment