Class ExpandableViewHeader
Inheritance
System.Object
ExpandableViewHeader
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class ExpandableViewHeader : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
ExpandableViewHeader()
Declaration
public ExpandableViewHeader()
Fields
ActualTextStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualTextStyleProperty
Field Value
Microsoft.
|
IndicatorAnimationDurationProperty
Declaration
public static readonly BindableProperty IndicatorAnimationDurationProperty
Field Value
Microsoft.
|
IndicatorAnimationEasingProperty
Declaration
public static readonly BindableProperty IndicatorAnimationEasingProperty
Field Value
Microsoft.
|
IndicatorColorProperty
Declaration
public static readonly BindableProperty IndicatorColorProperty
Field Value
Microsoft.
|
IndicatorFontFamilyProperty
Declaration
public static readonly BindableProperty IndicatorFontFamilyProperty
Field Value
Microsoft.
|
IndicatorFontSizeProperty
Declaration
public static readonly BindableProperty IndicatorFontSizeProperty
Field Value
Microsoft.
|
IndicatorLocationProperty
Declaration
public static readonly BindableProperty IndicatorLocationProperty
Field Value
Microsoft.
|
IndicatorMarginProperty
Declaration
public static readonly BindableProperty IndicatorMarginProperty
Field Value
Microsoft.
|
IndicatorTextProperty
Declaration
public static readonly BindableProperty IndicatorTextProperty
Field Value
Microsoft.
|
IsAnimationEnabledProperty
Declaration
public static readonly BindableProperty IsAnimationEnabledProperty
Field Value
Microsoft.
|
IsExpandedProperty
Declaration
public static readonly BindableProperty IsExpandedProperty
Field Value
Microsoft.
|
MinimumHeightRequestProperty
Declaration
public static readonly BindableProperty MinimumHeightRequestProperty
Field Value
Microsoft.
|
TextProperty
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.
|
TextStyleProperty
Identifies the Text
Declaration
public static readonly BindableProperty TextStyleProperty
Field Value
Microsoft.
|
ToggleExpandCommandProperty
Declaration
public static readonly BindableProperty ToggleExpandCommandProperty
Field Value
Microsoft.
|
Properties
ActualTextStyle
Gets the actual style that is used to style the text .
Declaration
public Style ActualTextStyle { get; }
Property Value
Microsoft.
|
IndicatorAnimationDuration
Declaration
public int IndicatorAnimationDuration { get; set; }
Property Value
System.
|
IndicatorAnimationEasing
Declaration
public Easing IndicatorAnimationEasing { get; set; }
Property Value
Microsoft.
|
IndicatorColor
Declaration
public Color IndicatorColor { get; set; }
Property Value
Microsoft.
|
IndicatorFontFamily
Declaration
public string IndicatorFontFamily { get; set; }
Property Value
System.
|
IndicatorFontSize
Declaration
public double IndicatorFontSize { get; set; }
Property Value
System.
|
IndicatorLocation
Declaration
public ExpandCollapseIndicatorLocation IndicatorLocation { get; set; }
Property Value
IndicatorMargin
Declaration
public Thickness IndicatorMargin { get; set; }
Property Value
Microsoft.
|
IndicatorText
Declaration
public string IndicatorText { get; set; }
Property Value
System.
|
IsAnimationEnabled
Declaration
public bool IsAnimationEnabled { get; }
Property Value
System.
|
IsExpanded
Declaration
public bool IsExpanded { get; }
Property Value
System.
|
MinimumHeightRequest
Declaration
public double MinimumHeightRequest { get; set; }
Property Value
System.
|
Text
Declaration
public string Text { get; set; }
Property Value
System.
|
TextStyle
Gets or sets the Style of the header label.
Declaration
public Style TextStyle { get; set; }
Property Value
Microsoft.
|
ToggleExpandCommand
Declaration
public ICommand ToggleExpandCommand { get; }
Property Value
System.
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.
|