Class ExpandableViewHeader
Inheritance
System.Object
ExpandableViewHeader
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public abstract class ExpandableViewHeader : ContentView
Constructors
ExpandableViewHeader()
Declaration
public ExpandableViewHeader()
Fields
BackgroundColorProperty
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
BorderColorProperty
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
BorderThicknessProperty
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
Xamarin.Forms.BindableProperty
|
ControlTemplateProperty
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
Xamarin.Forms.BindableProperty
|
CornerRadiusProperty
Declaration
public static readonly BindableProperty CornerRadiusProperty
Field Value
Xamarin.Forms.BindableProperty
|
IndicatorAnimationDurationProperty
Declaration
public static readonly BindableProperty IndicatorAnimationDurationProperty
Field Value
Xamarin.Forms.BindableProperty
|
IndicatorAnimationEasingProperty
Declaration
public static readonly BindableProperty IndicatorAnimationEasingProperty
Field Value
Xamarin.Forms.BindableProperty
|
IndicatorColorProperty
Declaration
public static readonly BindableProperty IndicatorColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
IndicatorFontFamilyProperty
Declaration
public static readonly BindableProperty IndicatorFontFamilyProperty
Field Value
Xamarin.Forms.BindableProperty
|
IndicatorFontSizeProperty
Declaration
public static readonly BindableProperty IndicatorFontSizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
IndicatorLocationProperty
Declaration
public static readonly BindableProperty IndicatorLocationProperty
Field Value
Xamarin.Forms.BindableProperty
|
IndicatorMarginProperty
Declaration
public static readonly BindableProperty IndicatorMarginProperty
Field Value
Xamarin.Forms.BindableProperty
|
IndicatorTextProperty
Declaration
public static readonly BindableProperty IndicatorTextProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsAnimationEnabledProperty
Declaration
public static readonly BindableProperty IsAnimationEnabledProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsExpandedProperty
Declaration
public static readonly BindableProperty IsExpandedProperty
Field Value
Xamarin.Forms.BindableProperty
|
MinimumHeightRequestProperty
Declaration
public static readonly BindableProperty MinimumHeightRequestProperty
Field Value
Xamarin.Forms.BindableProperty
|
PaddingProperty
Declaration
public static readonly BindableProperty PaddingProperty
Field Value
Xamarin.Forms.BindableProperty
|
TextProperty
Declaration
public static readonly BindableProperty TextProperty
Field Value
Xamarin.Forms.BindableProperty
|
ToggleExpandCommandProperty
Declaration
public static readonly BindableProperty ToggleExpandCommandProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
BackgroundColor
Declaration
public Color BackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color
|
BorderColor
Declaration
public Color BorderColor { get; set; }
Property Value
Xamarin.Forms.Color
|
BorderThickness
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Xamarin.Forms.Thickness
|
ControlTemplate
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
Xamarin.Forms.ControlTemplate
|
CornerRadius
Declaration
public Thickness CornerRadius { get; set; }
Property Value
Xamarin.Forms.Thickness
|
IndicatorAnimationDuration
Declaration
public int IndicatorAnimationDuration { get; set; }
Property Value
System.Int32
|
IndicatorAnimationEasing
Declaration
public Easing IndicatorAnimationEasing { get; set; }
Property Value
Xamarin.Forms.Easing
|
IndicatorColor
Declaration
public Color IndicatorColor { get; set; }
Property Value
Xamarin.Forms.Color
|
IndicatorFontFamily
Declaration
public string IndicatorFontFamily { get; set; }
Property Value
System.String
|
IndicatorFontSize
Declaration
public double IndicatorFontSize { get; set; }
Property Value
System.Double
|
IndicatorLocation
Declaration
public ExpandCollapseIndicatorLocation IndicatorLocation { get; set; }
Property Value
ExpandCollapseIndicatorLocation
|
IndicatorMargin
Declaration
public Thickness IndicatorMargin { get; set; }
Property Value
Xamarin.Forms.Thickness
|
IndicatorText
Declaration
public string IndicatorText { get; set; }
Property Value
System.String
|
IsAnimationEnabled
Declaration
public bool IsAnimationEnabled { get; }
Property Value
System.Boolean
|
IsExpanded
Declaration
public bool IsExpanded { get; }
Property Value
System.Boolean
|
MinimumHeightRequest
Declaration
public double MinimumHeightRequest { get; set; }
Property Value
System.Double
|
Padding
Declaration
public Thickness Padding { get; set; }
Property Value
Xamarin.Forms.Thickness
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
ToggleExpandCommand
Declaration
public ICommand ToggleExpandCommand { get; }
Property Value
System.Windows.Input.ICommand
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|