MindFusion.Scheduling for Silverlight Programmer's Guide
ScheduleColumn Properties
 


 Public Properties

  Name Description

EditorValueConverter

Gets the IValueConverter that is used in the editor-data relationship in this column. (Inherited from GridColumn.)

EditorValueConverterParameter

Gets the converter parameter used by the IValueConverter defined by the EditorValueConverter property. (Inherited from GridColumn.)

EndTime

Gets or sets a value which indicates the last date in the scrollable area. This is a dependency property.

IsReadOnly

Gets or sets a value indicating whether the column is read-only. This is a dependency property. (Inherited from GridColumn.)

Name

Gets or sets the text displayed in the column's header. This is a dependency property. (Inherited from GridColumn.)

PropertyInfo

Gets information about the property associated with the column. (Inherited from GridColumn.)

StartTime

Gets or sets a value which indicates the first date in the scrollable area. This is a dependency property.

ViewerValueConverter

Gets the IValueConverter that is used in the viewer-data relationship in this column. (Inherited from GridColumn.)

ViewerValueConverterParameter

Gets the converter parameter used by the IValueConverter defined by the ViewerValueConverter property. (Inherited from GridColumn.)

Visibility

Gets or sets the visibility of this column. This is a dependency property. (Inherited from GridColumn.)

Width

Gets or sets the desired width for this column. This is a dependency property. (Inherited from GridColumn.)

 See Also

ScheduleColumn Class
MindFusion.DataViews.Silverlight Namespace