MindFusion.Scheduling for Silverlight Programmer's Guide
ScheduleColumn Constructor
See Also
 





Initializes a new instance of the ScheduleColumn class.

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

 Syntax

C#  Copy Code

public ScheduleColumn (
    ItemPropertyInfo propertyInfo
)

Visual Basic  Copy Code

Public New ( _
    propertyInfo As ItemPropertyInfo _
)

 Parameters

propertyInfo
An ItemPropertyInfo object specifying the property that will be displayed by the column.

 See Also

ScheduleColumn Class
MindFusion.DataViews.Silverlight Namespace