Class DataGridLoadOnDemandRowStyle
Defines the appearance of the LoadMoreData row.
Namespace: Telerik.XamarinForms.DataGrid
Assembly: Telerik.XamarinForms.DataGrid.dll
Syntax
public class DataGridLoadOnDemandRowStyle : DataGridStyle
Constructors
DataGridLoadOnDemandRowStyle()
Initializes a new instance of the DataGridLoadOnDemandRowStyle class.
Declaration
public DataGridLoadOnDemandRowStyle()
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
|
Xamarin.Forms.Color
|
BorderColor
Gets or sets the color that fills the border region.
Declaration
public Color BorderColor { get; set; }
Property Value
|
Xamarin.Forms.Color
|
BorderThickness
Gets or sets the thickness of the border.
Declaration
public Thickness BorderThickness { get; set; }
Property Value
|
Xamarin.Forms.Thickness
|
HorizontalIndicatorAlignment
Gets or sets a value indicating the indicator alignment.
Declaration
public LayoutOptions HorizontalIndicatorAlignment { get; set; }
Property Value
|
Xamarin.Forms.LayoutOptions
|
HorizontalTextAlignment
Gets or sets a value indicating the content alignment.
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
|
Xamarin.Forms.TextAlignment
|
IndicatorAnimationColor
Gets or sets the color of the indicator's animation.
Declaration
public Color IndicatorAnimationColor { get; set; }
Property Value
|
Xamarin.Forms.Color
|
IndicatorAnimationType
Gets or sets the animation type of the indicator.
Declaration
public AnimationType IndicatorAnimationType { get; set; }
Property Value
|
AnimationType
|
IndicatorCustomAnimation
Gets or sets the custom animation of the indicator.
Declaration
public RadAnimation IndicatorCustomAnimation { get; set; }
Property Value
|
RadAnimation
|
IndicatorMargin
Gets or sets the margin for the indicator.
Declaration
public Thickness IndicatorMargin { get; set; }
Property Value
|
Xamarin.Forms.Thickness
|
OverlayOpacity
Gets or sets the color that fills the border region.
Declaration
public double OverlayOpacity { get; set; }
Property Value
|
System.Double
|
Text
Gets or sets the Text.
Declaration
public string Text { get; set; }
Property Value
|
System.String
|
TextColor
Gets or sets the color for the text part.
Declaration
public Color TextColor { get; set; }
Property Value
|
Xamarin.Forms.Color
|
TextFontAttributes
Gets or sets the FontAttributes of the text.
Declaration
public FontAttributes TextFontAttributes { get; set; }
Property Value
|
Xamarin.Forms.FontAttributes
|
TextFontFamily
Gets or sets the FontFamily of the text.
Declaration
public string TextFontFamily { get; set; }
Property Value
|
System.String
|
TextFontSize
Gets or sets the size of the text part.
Declaration
public double TextFontSize { get; set; }
Property Value
|
System.Double
|
TextMargin
Gets or sets the margin for the text part.
Declaration
public Thickness TextMargin { get; set; }
Property Value
|
Xamarin.Forms.Thickness
|
VerticalIndicatorAlignment
Gets or sets a value indicating the content alignment.
Declaration
public LayoutOptions VerticalIndicatorAlignment { get; set; }
Property Value
|
Xamarin.Forms.LayoutOptions
|
VerticalTextAlignment
Gets or sets a value indicating the content alignment.
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
|
Xamarin.Forms.TextAlignment
|