Class ExpandedAppointmentViewControl
Specifies the control for expanded appointment in week view when in line view tapped.
Inheritance
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ExpandedAppointmentViewControl : Control
Constructors
ExpandedAppointmentViewControl()
Initializes a new instance of the ExpandedAppointmentViewControl class.
Declaration
public ExpandedAppointmentViewControl()
Fields
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 |
CustomTemplateDataContextProperty
Using a DependencyProperty as the backing store for CustomTemplateDataContext. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty CustomTemplateDataContextProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
EventCountProperty
Using a DependencyProperty as the backing store for EventCount. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty EventCountProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
TextForegroundProperty
Using a DependencyProperty as the backing store for TextForeground. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TextForegroundProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
AppointmentTemplate
Gets or sets the template for customizing month view appointment.
Declaration
public DataTemplate AppointmentTemplate { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.DataTemplate |
CustomTemplateDataContext
Gets or sets the data context for custom appointment in month view.
Declaration
public object CustomTemplateDataContext { get; set; }
Property Value
Type |
---|
System.Object |
EventCount
Gets or sets the count of events in a month view item.
Declaration
public string EventCount { get; set; }
Property Value
Type |
---|
System.String |
TextForeground
Gets or sets the foreground for specifying number of events in a month view item.
Declaration
public Brush TextForeground { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
Methods
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize |
Returns
Type |
---|
Windows.Foundation.Size |
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()