[]
        
(Showing Draft Content)

FarPoint.Web.Spread.CalendarDropDownStyleInfo

CalendarDropDownStyleInfo Class

Represents the set of style settings for CalendarDropDownControl instances.

Inheritance
CalendarDropDownStyleInfo
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class CalendarDropDownStyleInfo
Public Class CalendarDropDownStyleInfo

Constructors

Name Description
CalendarDropDownStyleInfo()

Initializes a new instance of the CalendarDropDownStyleInfo

Properties

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).

Methods

Name Description
Deserialize(XmlNodeReader, string)

Loads the CalendarDropDownStyleInfo object from XML.

Serialize(XmlTextWriter)

Saves the CalendarDropDownStyleInfo object to XML.