ClassDataGridFooterAppearanceBase
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
Identifies the BackgroundColor property.
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
BindableProperty
BorderColorProperty
Identifies the BorderColor property.
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
BindableProperty
BorderThicknessProperty
Identifies the BorderThickness property.
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
BindableProperty
HorizontalTextAlignmentProperty
Identifies the HorizontalTextAlignment property.
Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
Field Value
BindableProperty
TextColorProperty
Identifies the TextColor property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
BindableProperty
TextFontAttributesProperty
Identifies the TextFontAttributes property.
Declaration
public static readonly BindableProperty TextFontAttributesProperty
Field Value
BindableProperty
TextFontFamilyProperty
Identifies the TextFontFamily property.
Declaration
public static readonly BindableProperty TextFontFamilyProperty
Field Value
BindableProperty
TextFontSizeProperty
Identifies the TextFontSize property.
Declaration
public static readonly BindableProperty TextFontSizeProperty
Field Value
BindableProperty
TextMarginProperty
Identifies the TextMargin property.
Declaration
public static readonly BindableProperty TextMarginProperty
Field Value
BindableProperty
VerticalTextAlignmentProperty
Identifies the VerticalTextAlignment property.
Declaration
public static readonly BindableProperty VerticalTextAlignmentProperty
Field Value
BindableProperty
Properties
BackgroundColor
Gets or sets the background color.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Color
BorderColor
Gets or sets the border color.
Declaration
public Color BorderColor { get; set; }
Property Value
Color
BorderThickness
Gets or sets the border thickness.
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Thickness
HorizontalTextAlignment
Gets or sets a value indicating the horizontal text alignment.
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
TextAlignment
TextColor
Gets or sets the color for the Footer's text.
Declaration
public Color TextColor { get; set; }
Property Value
Color
TextFontAttributes
Gets or sets the FontAttributes for the Footer.
Declaration
public FontAttributes TextFontAttributes { get; set; }
Property Value
FontAttributes
TextFontFamily
Gets or sets the FontFamily of the Footer.
TextFontSize
Gets or sets the size of the Footer.
Declaration
[TypeConverter(typeof(FontSizeConverter))]
public double TextFontSize { get; set; }
Property Value
TextMargin
Gets or sets the margin for Footer.
Declaration
public Thickness TextMargin { get; set; }
Property Value
Thickness
VerticalTextAlignment
Gets or sets a value indicating the vertical text alignment.
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
TextAlignment