Search
CellSettings Members
Properties Events
 


Defines appearance settings for the cells representing time ranges in the calendar.

The following tables list the members exposed by the CellSettings type.

 Public Properties

  Name Description

FirstDayOfMonthFormat

Gets or sets the string used to format and display the first day of each month in the calendar.

FirstDayOfYearFormat

Gets or sets the string used to format and display the first day of each year in the calendar.

GeneralFormat

Gets or sets the string used to format and display dates and times in the calendar.

HeaderPosition

Gets or sets the position of the cell header.

HeaderSize

Gets or sets the size of the cell header, in logical units.

Margin

Gets or sets the distance between the outermost border of the cell and the cell contents.

RotateHeader

Gets or sets a value indicating whether to rotate header text when the header position is set to Left or Right.

ShowToday

Gets or sets a value indicating whether the calendar should mark the current cell by underlining the header area.

Style

Gets or sets the appearance style used to paint calendar elements that don't have a distinct style assigned to them.

TodayColor

Gets or sets the color used to paint the line that marks the current cell.

TodayFillColor

Gets or sets the color used to fill the header of the current cell.

 Public Events

  Name Description

SettingsChanged

Raised when the view settings change. (Inherited from ViewSettings.)

 See Also