Class ExpanderItemsControl
Represents the Expander Items Control.
Inheritance
System.Object
ExpanderItemsControl
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class ExpanderItemsControl : ItemsControl
Constructors
ExpanderItemsControl()
Initializes a new instance of the ExpanderItemsControl class.
Declaration
public ExpanderItemsControl()
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 |
AppointmentTemplateProperty
Using a DependencyProperty as the backing store for AppointmentTemplate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty AppointmentTemplateProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
AppointmentCollection
Gets or sets the value of Appointment Collection
Declaration
public ObservableCollection<CalendarAppointment> AppointmentCollection { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<CalendarAppointment> |
AppointmentTemplate
Gets or sets the template for customizing month view appointment.
Declaration
public DataTemplate AppointmentTemplate { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.DataTemplate |
Methods
GetContainerForItemOverride()
Returns a new ExpanderItemsControl
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
Type | Description |
---|---|
Windows.UI.Xaml.DependencyObject | Expander item |
IsItemItsOwnContainerOverride(Object)
Checks if the item is a ExpanderItemsControl
Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | object as item |
Returns
Type | Description |
---|---|
System.Boolean | item value |
PrepareContainerForItemOverride(DependencyObject, Object)
Prepare the container for the item
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.DependencyObject | element | Dependency object |
System.Object | item | The item value |