[]
Represents the set of style settings for CalendarDropDownControl instances.
public class CalendarDropDownStyleInfo
Public Class CalendarDropDownStyleInfo
Name | Description |
---|---|
CalendarDropDownStyleInfo() | Initializes a new instance of the CalendarDropDownStyleInfo |
Name | Description |
---|---|
BackColor | Gets or sets background color for the CalendarDropDownControl. |
CalendarType | Gets or sets calendar type. |
Font | Gets or sets font for the CalendarDropDownControl. |
ForeColor | Gets or sets fore color for the CalendarDropDownControl. |
HeaderBackColor | Gets or sets background color for the CalendarDropDownControl header. |
HeaderForeColor | Gets or sets fore color for the CalendarDropDownControl header. |
HeaderFormat | Gets or sets header date format(ie: yyy年 MMMM). |
ShowToday | Enables or disables showing Today marker. |
TodayMarkColor | Gets or sets color for Today marker. |
YearMonthFormat | Gets or set Year-Month date format(ie: yyy,MMMM). |
Name | Description |
---|---|
Deserialize(XmlNodeReader, string) | Loads the CalendarDropDownStyleInfo object from XML. |
Serialize(XmlTextWriter) | Saves the CalendarDropDownStyleInfo object to XML. |