Class Expander
Represents the Expander
Inheritance
System.Object
Expander
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class Expander : ContentControl, IDisposable
Constructors
Expander()
Initializes a new instance of the Expander class
Declaration
public Expander()
Fields
AppointmentCollectionProperty
Using a DependencyProperty as the backing store for AppointmentCollection. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty AppointmentCollectionProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
CustomTemplateViewProperty
Using a DependencyProperty as the backing store for CustomTemplateViewProperty. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty CustomTemplateViewProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
AppointmentCollection
Gets or sets the appointment for calendar appointment.
Declaration
public ObservableCollection<CalendarAppointment> AppointmentCollection { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<CalendarAppointment> |
CustomTemplateView
Gets or sets the Custom template view
Declaration
public object CustomTemplateView { get; set; }
Property Value
Type |
---|
System.Object |
Methods
CustomInlineView()
Custom Inline View method
Declaration
public void CustomInlineView()
Dispose()
Invoked to dispose the collections
Declaration
public void Dispose()
Dispose(Boolean)
Disposes all the resources used by the Expander class.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Indicates whether dispose or not |
OnApplyTemplate()
On Apply Template method.
Declaration
protected override void OnApplyTemplate()
Implements
System.IDisposable