Class
DataGridLoadOnDemandRowAppearance

Defines the appearance of the LoadMoreData row.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class DataGridLoadOnDemandRowAppearance : DataGridAppearance

Inheritance: objectDataGridAppearanceDataGridLoadOnDemandRowAppearance

Fields

BackgroundColorProperty

Identifies the BackgroundColor property.

Declaration

cs-api-definition
public static readonly BindableProperty BackgroundColorProperty

Field Value

BindableProperty

BorderColorProperty

Identifies the BorderColor property.

Declaration

cs-api-definition
public static readonly BindableProperty BorderColorProperty

Field Value

BindableProperty

BorderThicknessProperty

Identifies the BorderThickness property.

Declaration

cs-api-definition
public static readonly BindableProperty BorderThicknessProperty

Field Value

BindableProperty

HorizontalIndicatorAlignmentProperty

Identifies the HorizontalIndicatorAlignment property.

Declaration

cs-api-definition
public static readonly BindableProperty HorizontalIndicatorAlignmentProperty

Field Value

BindableProperty

HorizontalTextAlignmentProperty

Identifies the HorizontalTextAlignment property.

Declaration

cs-api-definition
public static readonly BindableProperty HorizontalTextAlignmentProperty

Field Value

BindableProperty

IndicatorAnimationColorProperty

Identifies the IndicatorAnimationColor property.

Declaration

cs-api-definition
public static readonly BindableProperty IndicatorAnimationColorProperty

Field Value

BindableProperty

IndicatorAnimationTypeProperty

Identifies the IndicatorAnimationType property.

Declaration

cs-api-definition
public static readonly BindableProperty IndicatorAnimationTypeProperty

Field Value

BindableProperty

IndicatorCustomAnimationProperty

Identifies the IndicatorCustomAnimation property.

Declaration

cs-api-definition
public static readonly BindableProperty IndicatorCustomAnimationProperty

Field Value

BindableProperty

IndicatorMarginProperty

Identifies the IndicatorMargin property.

Declaration

cs-api-definition
public static readonly BindableProperty IndicatorMarginProperty

Field Value

BindableProperty

OverlayOpacityProperty

Identifies the OverlayOpacity property.

Declaration

cs-api-definition
public static readonly BindableProperty OverlayOpacityProperty

Field Value

BindableProperty

TextColorProperty

Identifies the TextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty TextColorProperty

Field Value

BindableProperty

TextFontAttributesProperty

Identifies the TextFontAttributes property.

Declaration

cs-api-definition
public static readonly BindableProperty TextFontAttributesProperty

Field Value

BindableProperty

TextFontFamilyProperty

Identifies the TextFontFamily property.

Declaration

cs-api-definition
public static readonly BindableProperty TextFontFamilyProperty

Field Value

BindableProperty

TextFontSizeProperty

Identifies the TextFontSize property.

Declaration

cs-api-definition
public static readonly BindableProperty TextFontSizeProperty

Field Value

BindableProperty

TextMarginProperty

Identifies the TextMargin property.

Declaration

cs-api-definition
public static readonly BindableProperty TextMarginProperty

Field Value

BindableProperty

TextProperty

Identifies the Text property.

Declaration

cs-api-definition
public static readonly BindableProperty TextProperty

Field Value

BindableProperty

VerticalIndicatorAlignmentProperty

Identifies the VerticalIndicatorAlignment property.

Declaration

cs-api-definition
public static readonly BindableProperty VerticalIndicatorAlignmentProperty

Field Value

BindableProperty

VerticalTextAlignmentProperty

Identifies the VerticalTextAlignment property.

Declaration

cs-api-definition
public static readonly BindableProperty VerticalTextAlignmentProperty

Field Value

BindableProperty

Properties

BackgroundColor

Gets or sets the color that fills the area within around the indicator and the text.

Declaration

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

Property Value

Color

BorderColor

Gets or sets the color that fills the border region.

Declaration

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

Property Value

Color

BorderThickness

Gets or sets the thickness of the border.

Declaration

cs-api-definition
public Thickness BorderThickness { get; set; }

Property Value

Thickness

HorizontalIndicatorAlignment

Gets or sets a value indicating the indicator alignment.

Declaration

cs-api-definition
public LayoutOptions HorizontalIndicatorAlignment { get; set; }

Property Value

LayoutOptions

HorizontalTextAlignment

Gets or sets a value indicating the indicator alignment.

Declaration

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

Property Value

TextAlignment

IndicatorAnimationColor

Gets or sets the color of the indicator's animation.

Declaration

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

Property Value

Color

IndicatorAnimationType

Gets or sets the animation type of the indicator.

Declaration

cs-api-definition
public AnimationType IndicatorAnimationType { get; set; }

Property Value

AnimationType

IndicatorCustomAnimation

Gets or sets the custom animation of the indicator.

Declaration

cs-api-definition
public RadAnimation IndicatorCustomAnimation { get; set; }

Property Value

RadAnimation

IndicatorMargin

Gets or sets the margin for the indicator.

Declaration

cs-api-definition
public Thickness IndicatorMargin { get; set; }

Property Value

Thickness

OverlayOpacity

Gets or sets the overlay opacity.

Declaration

cs-api-definition
public double OverlayOpacity { get; set; }

Property Value

double

Text

Gets or sets the text.

Declaration

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

Property Value

string

TextColor

Gets or sets the text color of the text.

Declaration

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

Property Value

Color

TextFontAttributes

Gets or sets the FontAttributes of the text.

Declaration

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

Property Value

FontAttributes

TextFontFamily

Gets or sets the FontFamily of the text.

Declaration

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

Property Value

string

TextFontSize

Gets or sets the font size of the text.

Declaration

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

Property Value

double

TextMargin

Gets or sets the margin for text part.

Declaration

cs-api-definition
public Thickness TextMargin { get; set; }

Property Value

Thickness

VerticalIndicatorAlignment

Gets or sets a value indicating the indicator alignment.

Declaration

cs-api-definition
public LayoutOptions VerticalIndicatorAlignment { get; set; }

Property Value

LayoutOptions

VerticalTextAlignment

Gets or sets a value indicating the indicator alignment.

Declaration

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

Property Value

TextAlignment