Class
DataGridTextCellAppearance

Defines the appearance of text cell elements.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class DataGridTextCellAppearance : DataGridAppearance

Inheritance: objectDataGridAppearanceDataGridTextCellAppearance

Fields

FontAttributesProperty

Identifies the FontAttributes property.

Declaration

cs-api-definition
public static readonly BindableProperty FontAttributesProperty

Field Value

BindableProperty

FontFamilyProperty

Identifies the FontFamily property.

Declaration

cs-api-definition
public static readonly BindableProperty FontFamilyProperty

Field Value

BindableProperty

FontSizeProperty

Identifies the FontSize property.

Declaration

cs-api-definition
public static readonly BindableProperty FontSizeProperty

Field Value

BindableProperty

HorizontalTextAlignmentProperty

Identifies the HorizontalTextAlignment property.

Declaration

cs-api-definition
public static readonly BindableProperty HorizontalTextAlignmentProperty

Field Value

BindableProperty

HoverTextColorProperty

Identifies the HoverTextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty HoverTextColorProperty

Field Value

BindableProperty

SearchMatchTextColorProperty

Identifies the SearchMatchTextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty SearchMatchTextColorProperty

Field Value

BindableProperty

SelectedTextColorProperty

Identifies the SelectedTextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty SelectedTextColorProperty

Field Value

BindableProperty

TextColorProperty

Identifies the TextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty TextColorProperty

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

FontAttributes

Gets or sets FontAttributes of the cells text.

Declaration

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

Property Value

FontAttributes

FontFamily

Gets or sets the font family of the cells text.

Declaration

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

Property Value

string

FontSize

Gets or sets the font size of the cells text.

Declaration

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

Property Value

double

HorizontalTextAlignment

Gets or sets a value indicating the horizontal text alignment.

Declaration

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

Property Value

TextAlignment

HoverTextColor

Gets or sets the color of the cells text when mouse hovers.

Declaration

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

Property Value

Color

SearchMatchTextColor

Gets or sets the color that is used for the parts of the text that are search matches.

Declaration

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

Property Value

Color

SelectedTextColor

Gets or sets the color of the selected cells text.

Declaration

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

Property Value

Color

TextColor

Gets or sets the color of the cells text.

Declaration

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

Property Value

Color

TextMargin

Gets or sets the margin that is applied to the text of the text cell.

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