Interface IDateTimePickerAdvCalendar
Interface used by DateTimePickerAdv. If the DateTimePickerAdv customDrop is true and the CustomPopupWindow is the interface`s parent and Active is true then the interface will communicate with the picker through events.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public interface IDateTimePickerAdvCalendar
Properties
Active
Gets or sets a value indicating whether the interface`s events are to be considered by the DateTimePickerAdv.
Declaration
bool Active { get; set; }
Property Value
Type |
---|
System.Boolean |
CalendarFont
Gets or sets the font used to draw the calendar that implements the interface.
Declaration
Font CalendarFont { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
CalendarForeColor
Gets or sets the color used to draw the foreground of calendar that implements the interface.
Declaration
Color CalendarForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CalendarMonthBackground
Gets or sets the color used to draw the month background of calendar that implements the interface.
Declaration
Color CalendarMonthBackground { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Culture
Gets or sets the culture of the calendar that implements the interface.
Declaration
CultureInfo Culture { get; set; }
Property Value
Type |
---|
System.Globalization.CultureInfo |
MaxDate
Gets or sets the maximum date of the calendar that implements the interface.
Declaration
DateTime MaxDate { get; set; }
Property Value
Type |
---|
System.DateTime |
MinDate
Gets or sets the minimum date of the calendar that implements the interface.
Declaration
DateTime MinDate { get; set; }
Property Value
Type |
---|
System.DateTime |
TitleBackColor
Gets or sets the color used to draw the title background of calendar that implements the interface.
Declaration
Color TitleBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
TitleForeColor
Gets or sets the color used to draw the foreground of the title of calendar that implements the interface.
Declaration
Color TitleForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
TrailingForeColor
Gets or sets the color used to draw the trailing foreground of calendar that implements the interface.
Declaration
Color TrailingForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Value
Gets or sets the date of the calendar that implements the interface.
Declaration
DateTime Value { get; set; }
Property Value
Type |
---|
System.DateTime |
Events
DateChange
Fired when the date is changed in the calendar that implements the interface.
Declaration
event DateTimePickerAdv.DateChangedEventHandler DateChange
Event Type
Type |
---|
DateTimePickerAdv.DateChangedEventHandler |
NullButtonDown
Fired when the null button of the calendar that implements the interface is clicked.
Declaration
event DateTimePickerAdv.NullButtonEventHandler NullButtonDown
Event Type
Type |
---|
DateTimePickerAdv.NullButtonEventHandler |
SelectDate
Fired when a date is selected in the calendar that implements the interface.
Declaration
event DateTimePickerAdv.SelectDateEventHandler SelectDate
Event Type
Type |
---|
DateTimePickerAdv.SelectDateEventHandler |