Class SchedulerExpander
Repsents an expander type of control that is used in the RadScheduler header for iOS and Android. Used for navigation between the different dates of the scheduler.
Inherited Members
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SchedulerExpander : RadLayout
Constructors
SchedulerExpander()
Fields
AnimationProgressProperty
Identifies theAnimationProgress property.
Declaration
public static readonly BindableProperty AnimationProgressProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BackgroundColorProperty
Identifies the BackgroundColor property.
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ContentProperty
Identifies theContent property.
Declaration
public static readonly BindableProperty ContentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HeaderProperty
Identifies theHeader property.
Declaration
public static readonly BindableProperty HeaderProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IsExpandedProperty
Identifies theIsExpanded property.
Declaration
public static readonly BindableProperty IsExpandedProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
AnimationProgress
Gets the current animation progress.
Declaration
public double AnimationProgress { get; }
Property Value
System.Double
|
BackgroundColor
Declaration
public Color BackgroundColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
Content
Gets or sets the content of the expander.
Declaration
public View Content { get; set; }
Property Value
Microsoft.Maui.Controls.View
|
Header
Gets or sets the header of the expander.
Declaration
public View Header { get; set; }
Property Value
Microsoft.Maui.Controls.View
|
IsExpanded
Gets or sets a value indicating whether the expander is expanded.
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|