Defines the appearance of the LoadMoreData row.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataGridLoadOnDemandRowAppearance : DataGridAppearance
Inheritance: objectDataGridAppearanceDataGridLoadOnDemandRowAppearance
Fields
BackgroundColorProperty
BindableProperty
Identifies the BackgroundColor property.
public static readonly BindableProperty BackgroundColorProperty
BorderColorProperty
BindableProperty
Identifies the BorderColor property.
public static readonly BindableProperty BorderColorProperty
BorderThicknessProperty
BindableProperty
Identifies the BorderThickness property.
public static readonly BindableProperty BorderThicknessProperty
HorizontalIndicatorAlignmentProperty
BindableProperty
Identifies the HorizontalIndicatorAlignment property.
public static readonly BindableProperty HorizontalIndicatorAlignmentProperty
HorizontalTextAlignmentProperty
BindableProperty
Identifies the HorizontalTextAlignment property.
public static readonly BindableProperty HorizontalTextAlignmentProperty
IndicatorAnimationColorProperty
BindableProperty
Identifies the IndicatorAnimationColor property.
public static readonly BindableProperty IndicatorAnimationColorProperty
IndicatorAnimationTypeProperty
BindableProperty
Identifies the IndicatorAnimationType property.
public static readonly BindableProperty IndicatorAnimationTypeProperty
IndicatorCustomAnimationProperty
BindableProperty
Identifies the IndicatorCustomAnimation property.
public static readonly BindableProperty IndicatorCustomAnimationProperty
IndicatorMarginProperty
BindableProperty
Identifies the IndicatorMargin property.
public static readonly BindableProperty IndicatorMarginProperty
OverlayOpacityProperty
BindableProperty
Identifies the OverlayOpacity property.
public static readonly BindableProperty OverlayOpacityProperty
TextColorProperty
BindableProperty
Identifies the TextColor property.
public static readonly BindableProperty TextColorProperty
TextFontAttributesProperty
BindableProperty
Identifies the TextFontAttributes property.
public static readonly BindableProperty TextFontAttributesProperty
TextFontFamilyProperty
BindableProperty
Identifies the TextFontFamily property.
public static readonly BindableProperty TextFontFamilyProperty
TextFontSizeProperty
BindableProperty
Identifies the TextFontSize property.
public static readonly BindableProperty TextFontSizeProperty
TextMarginProperty
BindableProperty
Identifies the TextMargin property.
public static readonly BindableProperty TextMarginProperty
TextProperty
BindableProperty
Identifies the Text property.
public static readonly BindableProperty TextProperty
VerticalIndicatorAlignmentProperty
BindableProperty
Identifies the VerticalIndicatorAlignment property.
public static readonly BindableProperty VerticalIndicatorAlignmentProperty
VerticalTextAlignmentProperty
BindableProperty
Identifies the VerticalTextAlignment property.
public static readonly BindableProperty VerticalTextAlignmentProperty
Properties
BackgroundColor
Color
Gets or sets the color that fills the area within around the indicator and the text.
public Color BackgroundColor { get; set; }
BorderColor
Color
Gets or sets the color that fills the border region.
public Color BorderColor { get; set; }
BorderThickness
Thickness
Gets or sets the thickness of the border.
public Thickness BorderThickness { get; set; }
HorizontalIndicatorAlignment
LayoutOptions
Gets or sets a value indicating the indicator alignment.
public LayoutOptions HorizontalIndicatorAlignment { get; set; }
HorizontalTextAlignment
TextAlignment
Gets or sets a value indicating the indicator alignment.
public TextAlignment HorizontalTextAlignment { get; set; }
Gets or sets the color of the indicator's animation.
public Color IndicatorAnimationColor { get; set; }
Gets or sets the animation type of the indicator.
public AnimationType IndicatorAnimationType { get; set; }
Gets or sets the custom animation of the indicator.
public RadAnimation IndicatorCustomAnimation { get; set; }
IndicatorMargin
Thickness
Gets or sets the margin for the indicator.
public Thickness IndicatorMargin { get; set; }
Gets or sets the overlay opacity.
public double OverlayOpacity { get; set; }
TextColor
Color
Gets or sets the text color of the text.
public Color TextColor { get; set; }
TextFontAttributes
FontAttributes
Gets or sets the FontAttributes of the text.
public FontAttributes TextFontAttributes { get; set; }
Gets or sets the FontFamily of the text.
public string TextFontFamily { get; set; }
Gets or sets the font size of the text.
[TypeConverter(typeof(FontSizeConverter))]
public double TextFontSize { get; set; }
TextMargin
Thickness
Gets or sets the margin for text part.
public Thickness TextMargin { get; set; }
VerticalIndicatorAlignment
LayoutOptions
Gets or sets a value indicating the indicator alignment.
public LayoutOptions VerticalIndicatorAlignment { get; set; }
VerticalTextAlignment
TextAlignment
Gets or sets a value indicating the indicator alignment.
public TextAlignment VerticalTextAlignment { get; set; }