Class DataGridBorderAppearance
Defines the appearance settings applied to a Telerik.
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class DataGridBorderAppearance : DataGridAppearance
Fields
BackgroundColorProperty
Identifies the Background
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Microsoft.
|
BorderColorProperty
Identifies the Border
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
Microsoft.
|
BorderThicknessProperty
Identifies the Border
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
Microsoft.
|
SearchMatchBackgroundColorProperty
Identifies the Search
Declaration
public static readonly BindableProperty SearchMatchBackgroundColorProperty
Field Value
Microsoft.
|
Properties
BackgroundColor
Gets or sets the color that fills the area within the border.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Microsoft.
|
BorderColor
Gets or sets the border color.
Declaration
public Color BorderColor { get; set; }
Property Value
Microsoft.
|
BorderThickness
Gets or sets the thickness of the border.
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Microsoft.
|
SearchMatchBackgroundColor
Gets or sets the color that fills the area within the border when the cell contains a search-match.
Declaration
public Color SearchMatchBackgroundColor { get; set; }
Property Value
Microsoft.
|