MindFusion.Wpf Pack Programmer's Guide
CellPresenter Properties
 


 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.

StyleKey

Gets the string identifying the type of the underlying 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.

 See Also

CellPresenter Class
MindFusion.Scheduling.Wpf Namespace