New to Telerik UI for .NET MAUIStart a free 30-day trial

Defines the appearance of the column header.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class DataGridColumnHeaderAppearance : DataGridAppearance

Inheritance: objectDataGridAppearanceDataGridColumnHeaderAppearance

Fields

BackgroundColorProperty

BindableProperty

Identifies the BackgroundColor property.

C#
public static readonly BindableProperty BackgroundColorProperty

BorderColorProperty

BindableProperty

Identifies the BorderColor property.

C#
public static readonly BindableProperty BorderColorProperty

BorderThicknessProperty

BindableProperty

Identifies the BorderThickness property.

C#
public static readonly BindableProperty BorderThicknessProperty

Identifies the FilterIndicatorActiveTextColor property.

C#
public static readonly BindableProperty FilterIndicatorActiveTextColorProperty

Identifies the FilterIndicatorFontAttributes property.

C#
public static readonly BindableProperty FilterIndicatorFontAttributesProperty

Identifies the FilterIndicatorFontFamily property.

C#
public static readonly BindableProperty FilterIndicatorFontFamilyProperty

Identifies the FilterIndicatorFontSize property.

C#
public static readonly BindableProperty FilterIndicatorFontSizeProperty

Identifies the FilterIndicatorMargin property.

C#
public static readonly BindableProperty FilterIndicatorMarginProperty

Identifies the FilterIndicatorTextColor property.

C#
public static readonly BindableProperty FilterIndicatorTextColorProperty

Identifies the FilterIndicatorText property.

C#
public static readonly BindableProperty FilterIndicatorTextProperty

Identifies the HorizontalTextAlignment property.

C#
public static readonly BindableProperty HorizontalTextAlignmentProperty

Identifies the HoverBackgroundColor property.

C#
public static readonly BindableProperty HoverBackgroundColorProperty

IndicatorColorProperty

BindableProperty

Identifies the IndicatorColor property.

C#
public static readonly BindableProperty IndicatorColorProperty

Identifies the IndicatorFontAttributes property.

C#
public static readonly BindableProperty IndicatorFontAttributesProperty

Identifies the IndicatorFontFamily property.

C#
public static readonly BindableProperty IndicatorFontFamilyProperty

Identifies the IndicatorFontSize property.

C#
public static readonly BindableProperty IndicatorFontSizeProperty

IndicatorMarginProperty

BindableProperty

Identifies the IndicatorMargin property.

C#
public static readonly BindableProperty IndicatorMarginProperty

IndicatorTextProperty

BindableProperty

Identifies the IndicatorText property.

C#
public static readonly BindableProperty IndicatorTextProperty

Identifies the SortIndicatorAscendingText property.

C#
public static readonly BindableProperty SortIndicatorAscendingTextProperty

Identifies the SortIndicatorColor property.

C#
public static readonly BindableProperty SortIndicatorColorProperty

Identifies the SortIndicatorDescendingText property.

C#
public static readonly BindableProperty SortIndicatorDescendingTextProperty

Identifies the SortIndicatorFontAttributes property.

C#
public static readonly BindableProperty SortIndicatorFontAttributesProperty

Identifies the SortIndicatorFontFamily property.

C#
public static readonly BindableProperty SortIndicatorFontFamilyProperty

Identifies the SortIndicatorFontSize property.

C#
public static readonly BindableProperty SortIndicatorFontSizeProperty

Identifies the SortIndicatorHorizontalOptions property.

C#
public static readonly BindableProperty SortIndicatorHorizontalOptionsProperty

Identifies the SortIndicatorMargin property.

C#
public static readonly BindableProperty SortIndicatorMarginProperty

TextColorProperty

BindableProperty

Identifies the TextColor property.

C#
public static readonly BindableProperty TextColorProperty

Identifies the TextFontAttributes property.

C#
public static readonly BindableProperty TextFontAttributesProperty

TextFontFamilyProperty

BindableProperty

Identifies the TextFontFamily property.

C#
public static readonly BindableProperty TextFontFamilyProperty

TextFontSizeProperty

BindableProperty

Identifies the TextFontSize property.

C#
public static readonly BindableProperty TextFontSizeProperty

Identifies the TextHorizontalOptions property.

C#
public static readonly BindableProperty TextHorizontalOptionsProperty

TextMarginProperty

BindableProperty

Identifies the TextMargin property.

C#
public static readonly BindableProperty TextMarginProperty

Identifies the TextVerticalOptions property.

C#
public static readonly BindableProperty TextVerticalOptionsProperty

Identifies the VerticalTextAlignment property.

C#
public static readonly BindableProperty VerticalTextAlignmentProperty

Properties

Gets or sets the background color.

C#
public Color BackgroundColor { get; set; }

Gets or sets the border color.

C#
public Color BorderColor { get; set; }

Gets or sets the border thickness.

C#
public Thickness BorderThickness { get; set; }

Gets or sets the color of the active state of the filter symbol.

C#
public Color FilterIndicatorActiveTextColor { get; set; }

Gets or sets the FontAttributes for the ColumnHeaders filter symbol.

C#
public FontAttributes FilterIndicatorFontAttributes { get; set; }

Gets or sets the font family of the ColumnHeaders filter symbol.

C#
public string FilterIndicatorFontFamily { get; set; }

Gets or sets the size of the ColumnHeaders filter symbol.

C#
[TypeConverter(typeof(FontSizeConverter))]
public double FilterIndicatorFontSize { get; set; }

Gets or sets the margin of the filter symbol part of the ColumnHeader.

C#
public Thickness FilterIndicatorMargin { get; set; }

Gets or sets the text for the filter symbol of the ColumnHeader.

C#
public string FilterIndicatorText { get; set; }

Gets or sets the color of the normal state of the filter symbol.

C#
public Color FilterIndicatorTextColor { get; set; }

Gets or sets a value indicating the horizontal text alignment.

C#
public TextAlignment HorizontalTextAlignment { get; set; }

Gets or sets the background color when the mouse is over the Column.

C#
public Color HoverBackgroundColor { get; set; }

Gets or sets the color for the indicator part of the ColumnHeader.

C#
public Color IndicatorColor { get; set; }

Gets or sets the FontAttributes for the ColumnHeaders indicator.

C#
public FontAttributes IndicatorFontAttributes { get; set; }

Gets or sets the font family of the indicator that is part of the ColumnHeader.

C#
public string IndicatorFontFamily { get; set; }

Gets or sets the font size of the indicator that is part of the ColumnHeader.

C#
[TypeConverter(typeof(FontSizeConverter))]
public double IndicatorFontSize { get; set; }

Gets or sets the margin of the indicator part of the ColumnHeader.

C#
public Thickness IndicatorMargin { get; set; }

Gets or sets the text of the indicator part of the ColumnHeader.

C#
public string IndicatorText { get; set; }

Gets or sets the text of the sort indicator when the sorting is ascending.

C#
public string SortIndicatorAscendingText { get; set; }

Gets or sets the color for the sort indicator part of the ColumnHeader.

C#
public Color SortIndicatorColor { get; set; }

Gets or sets the text of the sort indicator when the sorting is descending.

C#
public string SortIndicatorDescendingText { get; set; }

Gets or sets the FontAttributes for the ColumnHeaders sort indicator.

C#
public FontAttributes SortIndicatorFontAttributes { get; set; }

Gets or sets the font family of the sort indicator that is part of the ColumnHeader.

C#
public string SortIndicatorFontFamily { get; set; }

Gets or sets the font size of the sort indicator that is part of the ColumnHeader.

C#
[TypeConverter(typeof(FontSizeConverter))]
public double SortIndicatorFontSize { get; set; }

Gets or sets the horizontal options of the sort indicator.

C#
public LayoutOptions SortIndicatorHorizontalOptions { get; set; }

Gets or sets the margin of the sort symbol part of the ColumnHeader.

C#
public Thickness SortIndicatorMargin { get; set; }

Gets or sets the color for the text part of the ColumnHeader.

C#
public Color TextColor { get; set; }

TextFontAttributes

FontAttributes

Gets or sets the FontAttributes for the text part of the ColumnHeader.

C#
public FontAttributes TextFontAttributes { get; set; }

Gets or sets the FontFamily of the Headers text part.

C#
public string TextFontFamily { get; set; }

Gets or sets the size of the Headers text part.

C#
[TypeConverter(typeof(FontSizeConverter))]
public double TextFontSize { get; set; }

Gets or sets the horizontal options of the text.

C#
public LayoutOptions TextHorizontalOptions { get; set; }

TextMargin

Thickness

Gets or sets the margin for the text part of the ColumnHeader.

C#
public Thickness TextMargin { get; set; }

TextVerticalOptions

LayoutOptions

Gets or sets the vertical options of the text.

C#
public LayoutOptions TextVerticalOptions { get; set; }

Gets or sets a value indicating the vertical text alignment.

C#
public TextAlignment VerticalTextAlignment { get; set; }
In this article
DefinitionFieldsBackgroundColorPropertyBorderColorPropertyBorderThicknessPropertyFilterIndicatorActiveTextColorPropertyFilterIndicatorFontAttributesPropertyFilterIndicatorFontFamilyPropertyFilterIndicatorFontSizePropertyFilterIndicatorMarginPropertyFilterIndicatorTextColorPropertyFilterIndicatorTextPropertyHorizontalTextAlignmentPropertyHoverBackgroundColorPropertyIndicatorColorPropertyIndicatorFontAttributesPropertyIndicatorFontFamilyPropertyIndicatorFontSizePropertyIndicatorMarginPropertyIndicatorTextPropertySortIndicatorAscendingTextPropertySortIndicatorColorPropertySortIndicatorDescendingTextPropertySortIndicatorFontAttributesPropertySortIndicatorFontFamilyPropertySortIndicatorFontSizePropertySortIndicatorHorizontalOptionsPropertySortIndicatorMarginPropertyTextColorPropertyTextFontAttributesPropertyTextFontFamilyPropertyTextFontSizePropertyTextHorizontalOptionsPropertyTextMarginPropertyTextVerticalOptionsPropertyVerticalTextAlignmentPropertyPropertiesBackgroundColorBorderColorBorderThicknessFilterIndicatorActiveTextColorFilterIndicatorFontAttributesFilterIndicatorFontFamilyFilterIndicatorFontSizeFilterIndicatorMarginFilterIndicatorTextFilterIndicatorTextColorHorizontalTextAlignmentHoverBackgroundColorIndicatorColorIndicatorFontAttributesIndicatorFontFamilyIndicatorFontSizeIndicatorMarginIndicatorTextSortIndicatorAscendingTextSortIndicatorColorSortIndicatorDescendingTextSortIndicatorFontAttributesSortIndicatorFontFamilySortIndicatorFontSizeSortIndicatorHorizontalOptionsSortIndicatorMarginTextColorTextFontAttributesTextFontFamilyTextFontSizeTextHorizontalOptionsTextMarginTextVerticalOptionsVerticalTextAlignment
Not finding the help you need?
Contact Support