Class ScheduleMonthDateContentControl
Represents a date in month view.
Inheritance
Implements
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleMonthDateContentControl : Control, IDisposable
Constructors
ScheduleMonthDateContentControl()
Initializes a new instance of the ScheduleMonthDateContentControl class.
Declaration
public ScheduleMonthDateContentControl()
Fields
DateProperty
Using a DependencyProperty as the backing store for Date. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty DateProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
DateTextProperty
Using a DependencyProperty as the backing store for DateText. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty DateTextProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
IsCurrentDateProperty
Using a DependencyProperty as the backing store for IsCurrentDate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IsCurrentDateProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
IsCurrentMonthProperty
Using a DependencyProperty as the backing store for IsCurrentMonth. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IsCurrentMonthProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
MonthDateFormatProperty
Using a DependencyProperty as the backing store for MonthDateFormat. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty MonthDateFormatProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
MonthViewLineStrokeProperty
Using a DependencyProperty as the backing store for MonthViewLineStroke. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty MonthViewLineStrokeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ScheduleBackgroundProperty
Using a DependencyProperty as the backing store for ScheduleBackground. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ScheduleBackgroundProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
StrokeLineProperty
Using a DependencyProperty as the backing store for StrokeLine. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty StrokeLineProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
StrokeThicknessProperty
Using a DependencyProperty as the backing store for StrokeThickness. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Date
Gets or sets the date for date in month view.
Declaration
public DateTime Date { get; set; }
Property Value
Type |
---|
System.DateTime |
DateText
Gets or sets the date as text for date in month view.
Declaration
public string DateText { get; set; }
Property Value
Type |
---|
System.String |
IsCurrentDate
Gets or sets a value indicating whether the date in month view will be current date.
Declaration
public bool IsCurrentDate { get; set; }
Property Value
Type |
---|
System.Boolean |
IsCurrentMonth
Gets or sets a value indicating whether the date will be in current month.
Declaration
public bool IsCurrentMonth { get; set; }
Property Value
Type |
---|
System.Boolean |
MonthDateFormat
Gets or sets the DateTime format for date in month view.
Declaration
public string MonthDateFormat { get; set; }
Property Value
Type |
---|
System.String |
MonthViewLineStroke
Declaration
public Brush MonthViewLineStroke { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
ScheduleBackground
Gets or sets the background for date in month view.
Declaration
public Brush ScheduleBackground { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
StrokeLine
Gets or sets the border color of date in month view.
Declaration
public Brush StrokeLine { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
StrokeThickness
Gets or sets the border thickness of date in month view.
Declaration
public Thickness StrokeThickness { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Thickness |
Methods
Dispose()
Method to release allocated resources of ScheduleMonthDateContentControl.
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()