Class SchedulerExpander
Repsents an expander type of control that is used in the Rad
Inherited Members
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SchedulerExpander : RadLayout
Constructors
SchedulerExpander()
Fields
AnimationProgressProperty
Identifies theAnimation
Declaration
public static readonly BindableProperty AnimationProgressProperty
Field Value
Microsoft.
|
BackgroundColorProperty
Identifies the Background
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Microsoft.
|
ContentProperty
Identifies theContent property.
Declaration
public static readonly BindableProperty ContentProperty
Field Value
Microsoft.
|
HeaderProperty
Identifies theHeader property.
Declaration
public static readonly BindableProperty HeaderProperty
Field Value
Microsoft.
|
IsExpandedProperty
Identifies theIs
Declaration
public static readonly BindableProperty IsExpandedProperty
Field Value
Microsoft.
|
ResizeHandleStyleProperty
Identifies the Resize
Declaration
public static readonly BindableProperty ResizeHandleStyleProperty
Field Value
Microsoft.
|
Properties
AnimationProgress
Gets the current animation progress.
Declaration
public double AnimationProgress { get; }
Property Value
System.
|
BackgroundColor
Declaration
public Color BackgroundColor { get; set; }
Property Value
Microsoft.
|
Content
Gets or sets the content of the expander.
Declaration
public View Content { get; set; }
Property Value
Microsoft.
|
Header
Gets or sets the header of the expander.
Declaration
public View Header { get; set; }
Property Value
Microsoft.
|
IsExpanded
Gets or sets a value indicating whether the expander is expanded.
Declaration
public bool IsExpanded { get; set; }
Property Value
System.
|
ResizeHandleStyle
Gets or sets the style for the resize handle which is of type Microsoft.
Declaration
public Style ResizeHandleStyle { get; set; }
Property Value
Microsoft.
|