Defines the appearance of both group and column footers.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
public abstract class DataGridFooterAppearanceBase : DataGridAppearance
Inheritance: objectDataGridAppearanceDataGridFooterAppearanceBase
Derived Classes:
Fields
BackgroundColorProperty
BindableProperty
Identifies the BackgroundColor property.
public static readonly BindableProperty BackgroundColorProperty
BorderColorProperty
BindableProperty
Identifies the BorderColor property.
public static readonly BindableProperty BorderColorProperty
BorderThicknessProperty
BindableProperty
Identifies the BorderThickness property.
public static readonly BindableProperty BorderThicknessProperty
HorizontalTextAlignmentProperty
BindableProperty
Identifies the HorizontalTextAlignment property.
public static readonly BindableProperty HorizontalTextAlignmentProperty
TextColorProperty
BindableProperty
Identifies the TextColor property.
public static readonly BindableProperty TextColorProperty
TextFontAttributesProperty
BindableProperty
Identifies the TextFontAttributes property.
public static readonly BindableProperty TextFontAttributesProperty
TextFontFamilyProperty
BindableProperty
Identifies the TextFontFamily property.
public static readonly BindableProperty TextFontFamilyProperty
TextFontSizeProperty
BindableProperty
Identifies the TextFontSize property.
public static readonly BindableProperty TextFontSizeProperty
TextMarginProperty
BindableProperty
Identifies the TextMargin property.
public static readonly BindableProperty TextMarginProperty
VerticalTextAlignmentProperty
BindableProperty
Identifies the VerticalTextAlignment property.
public static readonly BindableProperty VerticalTextAlignmentProperty
Properties
BackgroundColor
Color
Gets or sets the background color.
public Color BackgroundColor { get; set; }
BorderColor
Color
Gets or sets the border color.
public Color BorderColor { get; set; }
BorderThickness
Thickness
Gets or sets the border thickness.
public Thickness BorderThickness { get; set; }
HorizontalTextAlignment
TextAlignment
Gets or sets a value indicating the horizontal text alignment.
public TextAlignment HorizontalTextAlignment { get; set; }
TextColor
Color
Gets or sets the color for the Footer's text.
public Color TextColor { get; set; }
TextFontAttributes
FontAttributes
Gets or sets the FontAttributes for the Footer.
public FontAttributes TextFontAttributes { get; set; }
Gets or sets the FontFamily of the Footer.
public string TextFontFamily { get; set; }
Gets or sets the size of the Footer.
[TypeConverter(typeof(FontSizeConverter))]
public double TextFontSize { get; set; }
TextMargin
Thickness
Gets or sets the margin for Footer.
public Thickness TextMargin { get; set; }
VerticalTextAlignment
TextAlignment
Gets or sets a value indicating the vertical text alignment.
public TextAlignment VerticalTextAlignment { get; set; }