Class DataGridLoadOnDemandRowAppearance
Defines the appearance of the LoadMoreData row.
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridLoadOnDemandRowAppearance : 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.
|
HorizontalIndicatorAlignmentProperty
Identifies the Horizontal
Declaration
public static readonly BindableProperty HorizontalIndicatorAlignmentProperty
Field Value
Microsoft.
|
HorizontalTextAlignmentProperty
Identifies the Horizontal
Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
Field Value
Microsoft.
|
IndicatorAnimationColorProperty
Identifies the Indicator
Declaration
public static readonly BindableProperty IndicatorAnimationColorProperty
Field Value
Microsoft.
|
IndicatorAnimationTypeProperty
Identifies the Indicator
Declaration
public static readonly BindableProperty IndicatorAnimationTypeProperty
Field Value
Microsoft.
|
IndicatorCustomAnimationProperty
Identifies the Indicator
Declaration
public static readonly BindableProperty IndicatorCustomAnimationProperty
Field Value
Microsoft.
|
IndicatorMarginProperty
Identifies the Indicator
Declaration
public static readonly BindableProperty IndicatorMarginProperty
Field Value
Microsoft.
|
OverlayOpacityProperty
Identifies the Overlay
Declaration
public static readonly BindableProperty OverlayOpacityProperty
Field Value
Microsoft.
|
TextColorProperty
Identifies the Text
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.
|
TextFontAttributesProperty
Identifies the Text
Declaration
public static readonly BindableProperty TextFontAttributesProperty
Field Value
Microsoft.
|
TextFontFamilyProperty
Identifies the Text
Declaration
public static readonly BindableProperty TextFontFamilyProperty
Field Value
Microsoft.
|
TextFontSizeProperty
Identifies the Text
Declaration
public static readonly BindableProperty TextFontSizeProperty
Field Value
Microsoft.
|
TextMarginProperty
Identifies the Text
Declaration
public static readonly BindableProperty TextMarginProperty
Field Value
Microsoft.
|
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.
|
VerticalIndicatorAlignmentProperty
Identifies the Vertical
Declaration
public static readonly BindableProperty VerticalIndicatorAlignmentProperty
Field Value
Microsoft.
|
VerticalTextAlignmentProperty
Identifies the Vertical
Declaration
public static readonly BindableProperty VerticalTextAlignmentProperty
Field Value
Microsoft.
|
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
Microsoft.
|
BorderColor
Gets or sets the color that fills the border region.
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.
|
HorizontalIndicatorAlignment
Gets or sets a value indicating the indicator alignment.
Declaration
public LayoutOptions HorizontalIndicatorAlignment { get; set; }
Property Value
Microsoft.
|
HorizontalTextAlignment
Gets or sets a value indicating the indicator alignment.
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
Microsoft.
|
IndicatorAnimationColor
Gets or sets the color of the indicator's animation.
Declaration
public Color IndicatorAnimationColor { get; set; }
Property Value
Microsoft.
|
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
Microsoft.
|
OverlayOpacity
Gets or sets the overlay opacity.
Declaration
public double OverlayOpacity { get; set; }
Property Value
System.
|
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
System.
|
TextColor
Gets or sets the text color of the text.
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.
|
TextFontAttributes
Gets or sets the Microsoft.
Declaration
public FontAttributes TextFontAttributes { get; set; }
Property Value
Microsoft.
|
TextFontFamily
Gets or sets the FontFamily of the text.
Declaration
public string TextFontFamily { get; set; }
Property Value
System.
|
TextFontSize
Gets or sets the font size of the text.
Declaration
public double TextFontSize { get; set; }
Property Value
System.
|
TextMargin
Gets or sets the margin for text part.
Declaration
public Thickness TextMargin { get; set; }
Property Value
Microsoft.
|
VerticalIndicatorAlignment
Gets or sets a value indicating the indicator alignment.
Declaration
public LayoutOptions VerticalIndicatorAlignment { get; set; }
Property Value
Microsoft.
|
VerticalTextAlignment
Gets or sets a value indicating the indicator alignment.
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
Microsoft.
|