ASP.NET Pack Programmer's Guide
CellSettings Members
Properties Methods 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.

HeaderSize

Gets or sets the size of the cell header in pixels.

HeaderStyle

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

IsTrackingViewState

IStateManager.IsTrackingViewState override. Gets a value that indicates whether the server control is saving changes to its view state. (Inherited from ViewSettings.)

Margin

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

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.

 Protected Properties

  Name Description

ViewState

Gets a dictionary of state information that allows you to save and restore the view state of the server control across multiple requests for the same page. (Inherited from ViewSettings.)

 Public Methods

  Name Description

Clone

Creates a copy of the cell settings object.

LoadViewState

Control.LoadViewState override. Restores view-state information from a previous page request that was saved by the SaveViewState method.

SaveViewState

WebControl.SaveViewState override. Saves any server control view-state changes that have occurred since the time the page was posted back to the server.

TrackViewState

WebControl.TrackViewState override. Causes tracking of view-state changes to the server Calendar control so they can be stored in the control's StateBag object.

 Public Events

  Name Description

SettingsChanged

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

 See Also

CellSettings Class
MindFusion.Scheduling.WebForms Namespace