MindFusion.Scheduling for Silverlight Programmer's Guide
CellPresenter Members
Constructors Fields Properties Methods
 


Defines the presentation of cells in calendar views.

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

 Public Constructors

  Name Description

CellPresenter

Initializes a new instance of the CellPresenter class.

 Public Fields

  Name Description

BackgroundProperty

Identifies the Background dependency property.

CalendarProperty

Identifies the Calendar dependency property.

CanSelectProperty

Identifies the CanSelect dependency property.

CellHeaderStyleProperty

Identifies the CellHeaderStyle dependency property.

CellMarginProperty

Identifies the CellMargin dependency property.

CellStyleProperty

Identifies the CellStyle dependency property.

EndTimeProperty

Identifies the EndTime dependency property.

HeaderHeightProperty

Identifies the HeaderHeight dependency property.

HeaderHorizontalAlignmentProperty

Identifies the HeaderHorizontalAlignment dependency property.

HeaderTextProperty

Identifies the HeaderText dependency property.

HeaderTextRotationProperty

Identifies the HeaderTextRotation dependency property.

HeaderVerticalAlignmentProperty

Identifies the HeaderVerticalAlignment dependency property.

HeaderWidthProperty

Identifies the HeaderWidth dependency property.

HiddenItemsCueVisibilityProperty

Identifies the HiddenItemsCueVisibility dependency property.

IsAllDayCellProperty

Identifies the IsAllDayCell property.

IsPaddingProperty

Identifies the IsPadding dependency property.

IsSelectedProperty

Identifies the IsSelected dependency property.

IsTodayCellProperty

Identifies the IsTodayCell property.

ResourceProperty

Identifies the Resource dependency property.

StartTimeProperty

Identifies the StartTime dependency property.

StyleKeySimpleProperty

Identifies the StyleKeySimple dependency property.

StyleKeyTodayProperty

Identifies the StyleKeyToday dependency property.

StyleKeyWithHeaderProperty

Identifies the StyleKeyWithHeader dependency property.

 Public Properties

  Name Description

Background

Gets the background of the cell in its current state. This is a dependency property.

Calendar

Gets a reference to the Calendar object this presenter is associated with. This is a dependency property.

CanSelect

Gets or sets a value indicating whether this cell can be selected. This is a dependency property.

CellHeaderStyle

Gets the currently effective CalendarStyle for the cell's header (if any). This is a dependency property.

CellMargin

Gets the margin of the cell. This is a dependency property.

CellSettings

Gets a reference to the CellSettings object defining the current cell settings. This is a dependency property.

CellStyle

Gets the currently effective CalendarStyle. This is a dependency property.

EndTime

Gets the end time of the cell. This is a dependency property.

HeaderHeight

Gets the height of the cell header according to the current state. This is a dependency property.

HeaderHorizontalAlignment

Gets the horizontal alignment of the cell header according to the current state. This is a dependency property.

HeaderText

Gets the text displayed in the cell header. This is a dependency property.

HeaderTextRotation

Gets the rotation of the header text according to the current state. This is a dependency property.

HeaderVerticalAlignment

Gets the vertical alignment of the cell header according to the current state. This is a dependency property.

HeaderWidth

Gets the width of the cell header according to the current state. This is a dependency property.

HiddenItemsCueVisibility

Gets or sets a value indicating the visibility of the hidden items icon. This is a dependency property.

IsAllDayCell

Gets or sets a value indicating whether this cell is an all-day cell.

IsPadding

Gets a value indicating whether this cell is a padding cell in a SingleMonth or MonthRange view. This is a dependency property.

IsSelected

Gets a value indicating whether this cell is selected. This is a dependency property.

IsTodayCell

Gets or sets a value indicating whether this cell is today cell.

Resource

Gets the resource (if any) the cell is associated with. This is a dependency property.

StartTime

Gets the start time of the cell. This is a dependency property.

StyleKeySimple

Gets or sets the key of the resource that holds the template to be used when displaying simple (without header) view cells. This is a dependency property.

StyleKeyToday

Gets or sets the key of the resource that holds the template to be used when displaying the view cell representing the current day. This is a dependency property.

StyleKeyWithHeader

Gets or sets the key of the resource that holds the template to be used when displaying view cells with header. This is a dependency property.

 Public Methods

  Name Description

OnApplyTemplate

FrameworkElement.OnApplyTemplate override.

 Protected Methods

  Name Description

OnEndTimeChanged

Invoked when the EndTime property has changed.

OnStartTimeChanged

Invoked when the StartTime property has changed.

 See Also

CellPresenter Class
MindFusion.Scheduling.Silverlight Namespace