ClassDataGridLoadOnDemandRowAppearance
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
Identifies the BackgroundColor property.
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
BindableProperty
BorderColorProperty
Identifies the BorderColor property.
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
BindableProperty
BorderThicknessProperty
Identifies the BorderThickness property.
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
BindableProperty
HorizontalIndicatorAlignmentProperty
Identifies the HorizontalIndicatorAlignment property.
Declaration
public static readonly BindableProperty HorizontalIndicatorAlignmentProperty
Field Value
BindableProperty
HorizontalTextAlignmentProperty
Identifies the HorizontalTextAlignment property.
Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
Field Value
BindableProperty
IndicatorAnimationColorProperty
Identifies the IndicatorAnimationColor property.
Declaration
public static readonly BindableProperty IndicatorAnimationColorProperty
Field Value
BindableProperty
IndicatorAnimationTypeProperty
Identifies the IndicatorAnimationType property.
Declaration
public static readonly BindableProperty IndicatorAnimationTypeProperty
Field Value
BindableProperty
IndicatorCustomAnimationProperty
Identifies the IndicatorCustomAnimation property.
Declaration
public static readonly BindableProperty IndicatorCustomAnimationProperty
Field Value
BindableProperty
IndicatorMarginProperty
Identifies the IndicatorMargin property.
Declaration
public static readonly BindableProperty IndicatorMarginProperty
Field Value
BindableProperty
OverlayOpacityProperty
Identifies the OverlayOpacity property.
Declaration
public static readonly BindableProperty OverlayOpacityProperty
Field Value
BindableProperty
TextColorProperty
Identifies the TextColor property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
BindableProperty
TextFontAttributesProperty
Identifies the TextFontAttributes property.
Declaration
public static readonly BindableProperty TextFontAttributesProperty
Field Value
BindableProperty
TextFontFamilyProperty
Identifies the TextFontFamily property.
Declaration
public static readonly BindableProperty TextFontFamilyProperty
Field Value
BindableProperty
TextFontSizeProperty
Identifies the TextFontSize property.
Declaration
public static readonly BindableProperty TextFontSizeProperty
Field Value
BindableProperty
TextMarginProperty
Identifies the TextMargin property.
Declaration
public static readonly BindableProperty TextMarginProperty
Field Value
BindableProperty
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
BindableProperty
VerticalIndicatorAlignmentProperty
Identifies the VerticalIndicatorAlignment property.
Declaration
public static readonly BindableProperty VerticalIndicatorAlignmentProperty
Field Value
BindableProperty
VerticalTextAlignmentProperty
Identifies the VerticalTextAlignment property.
Declaration
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
public Color BackgroundColor { get; set; }
Property Value
Color
BorderColor
Gets or sets the color that fills the border region.
Declaration
public Color BorderColor { get; set; }
Property Value
Color
BorderThickness
Gets or sets the thickness of the border.
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Thickness
HorizontalIndicatorAlignment
Gets or sets a value indicating the indicator alignment.
Declaration
public LayoutOptions HorizontalIndicatorAlignment { get; set; }
Property Value
LayoutOptions
HorizontalTextAlignment
Gets or sets a value indicating the indicator alignment.
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
TextAlignment
IndicatorAnimationColor
Gets or sets the color of the indicator's animation.
Declaration
public Color IndicatorAnimationColor { get; set; }
Property Value
Color
IndicatorAnimationType
Gets or sets the animation type of the indicator.
Declaration
public AnimationType IndicatorAnimationType { get; set; }
Property Value
IndicatorCustomAnimation
Gets or sets the custom animation of the indicator.
Declaration
public RadAnimation IndicatorCustomAnimation { get; set; }
Property Value
IndicatorMargin
Gets or sets the margin for the indicator.
Declaration
public Thickness IndicatorMargin { get; set; }
Property Value
Thickness
OverlayOpacity
Gets or sets the overlay opacity.
Text
Gets or sets the text.
TextColor
Gets or sets the text color of the text.
Declaration
public Color TextColor { get; set; }
Property Value
Color
TextFontAttributes
Gets or sets the FontAttributes of the text.
Declaration
public FontAttributes TextFontAttributes { get; set; }
Property Value
FontAttributes
TextFontFamily
Gets or sets the FontFamily of the text.
TextFontSize
Gets or sets the font size of the text.
Declaration
[TypeConverter(typeof(FontSizeConverter))]
public double TextFontSize { get; set; }
Property Value
TextMargin
Gets or sets the margin for text part.
Declaration
public Thickness TextMargin { get; set; }
Property Value
Thickness
VerticalIndicatorAlignment
Gets or sets a value indicating the indicator alignment.
Declaration
public LayoutOptions VerticalIndicatorAlignment { get; set; }
Property Value
LayoutOptions
VerticalTextAlignment
Gets or sets a value indicating the indicator alignment.
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
TextAlignment