Class ExpandableViewHeader
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class ExpandableViewHeader : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
ExpandableViewHeader()
Declaration
public ExpandableViewHeader()
Fields
ActualTextStyleProperty
Identifies the ActualTextStyle property.
Declaration
public static readonly BindableProperty ActualTextStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IndicatorAnimationDurationProperty
Declaration
public static readonly BindableProperty IndicatorAnimationDurationProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IndicatorAnimationEasingProperty
Declaration
public static readonly BindableProperty IndicatorAnimationEasingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IndicatorColorProperty
Declaration
public static readonly BindableProperty IndicatorColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IndicatorFontFamilyProperty
Declaration
public static readonly BindableProperty IndicatorFontFamilyProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IndicatorFontSizeProperty
Declaration
public static readonly BindableProperty IndicatorFontSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IndicatorLocationProperty
Declaration
public static readonly BindableProperty IndicatorLocationProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IndicatorMarginProperty
Declaration
public static readonly BindableProperty IndicatorMarginProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IndicatorTextProperty
Declaration
public static readonly BindableProperty IndicatorTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IsAnimationEnabledProperty
Declaration
public static readonly BindableProperty IsAnimationEnabledProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IsExpandedProperty
Declaration
public static readonly BindableProperty IsExpandedProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MinimumHeightRequestProperty
Declaration
public static readonly BindableProperty MinimumHeightRequestProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextProperty
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextStyleProperty
Identifies the TextStyle property.
Declaration
public static readonly BindableProperty TextStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ToggleExpandCommandProperty
Declaration
public static readonly BindableProperty ToggleExpandCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ActualTextStyle
Gets the actual style that is used to style the text .
Declaration
public Style ActualTextStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
IndicatorAnimationDuration
Declaration
public int IndicatorAnimationDuration { get; set; }
Property Value
System.Int32
|
IndicatorAnimationEasing
Declaration
public Easing IndicatorAnimationEasing { get; set; }
Property Value
Microsoft.Maui.Easing
|
IndicatorColor
Declaration
public Color IndicatorColor { get; set; }
Property Value
Microsoft.Maui.Graphics.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
Microsoft.Maui.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
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
TextStyle
Gets or sets the Style of the header label.
Declaration
public Style TextStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
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
|