WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDateTimePickerAdvCalendar

    Show / Hide Table of Contents

    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 Description
    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 Description
    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 Description
    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 Description
    System.Drawing.Color

    Culture

    Gets or sets the culture of the calendar that implements the interface.

    Declaration
    CultureInfo Culture { get; set; }
    Property Value
    Type Description
    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 Description
    System.DateTime

    MinDate

    Gets or sets the minimum date of the calendar that implements the interface.

    Declaration
    DateTime MinDate { get; set; }
    Property Value
    Type Description
    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 Description
    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 Description
    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 Description
    System.Drawing.Color

    Value

    Gets or sets the date of the calendar that implements the interface.

    Declaration
    DateTime Value { get; set; }
    Property Value
    Type Description
    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 Description
    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 Description
    DateTimePickerAdv.NullButtonEventHandler

    SelectDate

    Fired when a date is selected in the calendar that implements the interface.

    Declaration
    event DateTimePickerAdv.SelectDateEventHandler SelectDate
    Event Type
    Type Description
    DateTimePickerAdv.SelectDateEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved