Class DataGridFooterStyleBase
Defines the appearance of both group and column footers.
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class DataGridFooterStyleBase : DataGridStyle
Defines the appearance of both group and column footers.
public abstract class DataGridFooterStyleBase : DataGridStyle
Initializes a new instance of the DataGridColumnFooterStyle class.
public DataGridFooterStyleBase()
Gets or sets the background color.
public Color BackgroundColor { get; set; }
Microsoft.Maui.Graphics.Color
|
Gets or sets the border color.
public Color BorderColor { get; set; }
Microsoft.Maui.Graphics.Color
|
Gets or sets the border thickness.
public Thickness BorderThickness { get; set; }
Microsoft.Maui.Thickness
|
Gets or sets a value indicating the horizontal text alignment.
public TextAlignment HorizontalTextAlignment { get; set; }
Microsoft.Maui.TextAlignment
|
Gets or sets the color for the Footer's text.
public Color TextColor { get; set; }
Microsoft.Maui.Graphics.Color
|
Gets or sets the Microsoft.Maui.Controls.FontAttributes for the Footer.
public FontAttributes TextFontAttributes { get; set; }
Microsoft.Maui.Controls.FontAttributes
|
Gets or sets the FontFamily of the Footer.
public string TextFontFamily { get; set; }
System.String
|
Gets or sets the size of the Footer.
public double TextFontSize { get; set; }
System.Double
|
Gets or sets the margin for Footer.
public Thickness TextMargin { get; set; }
Microsoft.Maui.Thickness
|
Gets or sets a value indicating the vertical text alignment.
public TextAlignment VerticalTextAlignment { get; set; }
Microsoft.Maui.TextAlignment
|
Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.