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


Defines the base class of custom item presenter classes.

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

 Public Constructors

  Name Description

ItemPresenter

Initializes a new instance of the ItemPresenter class.

 Public Fields

  Name Description

CalendarProperty

Identifies the Calendar dependency property.

EndArrowImageVisibilityProperty

Identifies the EndArrowImageVisibility dependency property.

EndTimeProperty

Identifies the EndTime dependency property.

HeaderTextMarginProperty

Identifies the HeaderTextMargin dependency property.

ItemProperty

Identifies the Item dependency dependency property.

ItemSettingsProperty

Identifies the ItemSettings dependency property.

ItemStyleProperty

Identifies the ItemStyle dependency property.

MoveBandMarginProperty

Identifies the MoveBandMargin dependency property.

MoveBandVisibilityProperty

Identifies the MoveBandVisibility dependency property.

OrientationProperty

Identifies the Orientation dependency property.

RecurrenceExceptionIconVisibilityProperty

Identifies the RecurrenceExceptionIconVisibility dependency property.

RecurrenceIconVisibilityProperty

Identifies the RecurrenceIconVisibility dependency property.

ReminderIconVisibilityProperty

Identifies the ReminderIconVisibility dependency property.

SelectedProperty

Identifies the Selected dependency property.

StartArrowImageVisibilityProperty

Identifies the StartArrowImageVisibility dependency property.

StartTimeProperty

Identifies the StartTime dependency property.

StyleKeyComplexProperty

Identifies the StyleKeyComplex dependency property.

StyleKeySimpleHorizontalProperty

Identifies the StyleKeySimpleHorizontal dependency property.

StyleKeySimpleVerticalProperty

Identifies the StyleKeySimpleVertical dependency property.

 Public Properties

  Name Description

Calendar

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

EndArrowImageVisibility

Gets a value indicating whether the end continuation arrow should be visible.

EndTime

Gets the end time of the item fragment represented by the presenter. This is a dependency property.

HeaderTextMargin

Gets the margin of the item's header text. This is a dependency property.

Item

Gets the Item associated with this presenter.

ItemSettings

Gets a reference to the Calendar.ItemSettings object.

ItemStyle

Gets the currently effective CalendarStyle.

MoveBandMargin

Gets the margins of the item's move band. This is a dependency property.

MoveBandVisibility

Gets or sets a value indicating whether the move band is visible. This is a dependency property.

Orientation

Gets the orientation of the associated item.

RecurrenceExceptionIconVisibility

Gets a value indicating whether the recurrence exception icon should be displayed.

RecurrenceIconVisibility

Gets a value indicating whether the recurrence icon should be displayed.

ReminderIconVisibility

Gets a value indicating whether the reminder icon should be displayed.

Selected

Gets a value indicating whether the underlying item is selected.

StartArrowImageVisibility

Gets a value indicating whether the start continuation arrow should be visible.

StartTime

Gets the start time of the item fragment represented by the presenter. This is a dependency property.

StyleKeyComplex

Contains the key of the resource that holds the template to be used when displaying complex (with description) Item instances.

StyleKeySimpleHorizontal

Contains the key of the resource that holds the template to be used when displaying simple (only header text) horizontal Item instances.

StyleKeySimpleVertical

Contains the key of the resource that holds the template to be used when displaying simple (only header text) vertical Item instances.

 Public Methods

  Name Description

OnApplyTemplate

FrameworkElement.OnApplyTemplate override.

 Protected Methods

  Name Description

OnEndTimeChanged

Called when the EndTime property is changed.

OnItemChanged

Called when the Item property is changed.

OnItemPropertyChanged

Called when the property of the associated item has changed.

OnOrientationChanged

Called when the value of the Orientation property changes.

OnStartTimeChanged

Called when the StartTime property is changed.

 See Also

ItemPresenter Class
MindFusion.Scheduling.Silverlight Namespace