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

Defines the appearance of the LoadMoreData row.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class DataGridLoadOnDemandRowAppearance : DataGridAppearance

Inheritance: objectDataGridAppearanceDataGridLoadOnDemandRowAppearance

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 HorizontalIndicatorAlignment property.

C#
public static readonly BindableProperty HorizontalIndicatorAlignmentProperty

Identifies the HorizontalTextAlignment property.

C#
public static readonly BindableProperty HorizontalTextAlignmentProperty

Identifies the IndicatorAnimationColor property.

C#
public static readonly BindableProperty IndicatorAnimationColorProperty

Identifies the IndicatorAnimationType property.

C#
public static readonly BindableProperty IndicatorAnimationTypeProperty

Identifies the IndicatorCustomAnimation property.

C#
public static readonly BindableProperty IndicatorCustomAnimationProperty

IndicatorMarginProperty

BindableProperty

Identifies the IndicatorMargin property.

C#
public static readonly BindableProperty IndicatorMarginProperty

OverlayOpacityProperty

BindableProperty

Identifies the OverlayOpacity property.

C#
public static readonly BindableProperty OverlayOpacityProperty

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

TextMarginProperty

BindableProperty

Identifies the TextMargin property.

C#
public static readonly BindableProperty TextMarginProperty

TextProperty

BindableProperty

Identifies the Text property.

C#
public static readonly BindableProperty TextProperty

Identifies the VerticalIndicatorAlignment property.

C#
public static readonly BindableProperty VerticalIndicatorAlignmentProperty

Identifies the VerticalTextAlignment property.

C#
public static readonly BindableProperty VerticalTextAlignmentProperty

Properties

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

C#
public Color BackgroundColor { get; set; }

Gets or sets the color that fills the border region.

C#
public Color BorderColor { get; set; }

Gets or sets the thickness of the border.

C#
public Thickness BorderThickness { get; set; }

Gets or sets a value indicating the indicator alignment.

C#
public LayoutOptions HorizontalIndicatorAlignment { get; set; }

Gets or sets a value indicating the indicator alignment.

C#
public TextAlignment HorizontalTextAlignment { get; set; }

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

C#
public Color IndicatorAnimationColor { get; set; }

Gets or sets the animation type of the indicator.

C#
public AnimationType IndicatorAnimationType { get; set; }

Gets or sets the custom animation of the indicator.

C#
public RadAnimation IndicatorCustomAnimation { get; set; }

Gets or sets the margin for the indicator.

C#
public Thickness IndicatorMargin { get; set; }

Gets or sets the overlay opacity.

C#
public double OverlayOpacity { get; set; }

Gets or sets the text.

C#
public string Text { get; set; }

Gets or sets the text color of the text.

C#
public Color TextColor { get; set; }

TextFontAttributes

FontAttributes

Gets or sets the FontAttributes of the text.

C#
public FontAttributes TextFontAttributes { get; set; }

Gets or sets the FontFamily of the text.

C#
public string TextFontFamily { get; set; }

Gets or sets the font size of the text.

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

TextMargin

Thickness

Gets or sets the margin for text part.

C#
public Thickness TextMargin { get; set; }

Gets or sets a value indicating the indicator alignment.

C#
public LayoutOptions VerticalIndicatorAlignment { get; set; }

Gets or sets a value indicating the indicator alignment.

C#
public TextAlignment VerticalTextAlignment { get; set; }