MindFusion.Scheduling for Silverlight Programmer's Guide
SchedulePopupContent.Action Property
See Also
 





Gets or sets the type of action performed by the user. This is a dependency property.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public Action Action { get; set; }

Visual Basic  Copy Code

Public Property Action As Action

 Property Value

A member of the Action enumeration.

 Remarks

The value of this property is used to filter out some of the information displayed by the popup. The filtering is performed by triggers in the control template.

 See Also

SchedulePopupContent Members
SchedulePopupContent Class
MindFusion.DataViews.Silverlight Namespace