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


A column in a DataGrid which displays activities or resource allocations.

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

 Public Constructors

  Name Description

ScheduleColumn

Initializes a new instance of the ScheduleColumn class.

 Public Fields

  Name Description

EndTimeProperty

Identifies the EndTime dependency property.

IsReadOnlyProperty

Identifies the IsReadOnly dependency property. (Inherited from GridColumn.)

NameProperty

Identifies the Name dependency property. (Inherited from GridColumn.)

StartTimeProperty

Identifies the StartTime dependency property.

VisibilityProperty

Identifies the Visibility dependency property. (Inherited from GridColumn.)

WidthProperty

Identifies the Width dependency property. (Inherited from GridColumn.)

 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.)

 Protected Methods

  Name Description

ApplyBinding

Establishes a binding between the specified framework element and the value displayed in this column. (Inherited from GridColumn.)

CancelEdit

GridColumn.CancelEdit override.

CommitEdit

GridColumn.CommitEdit override.

ConfirmBeginEdit

GridColumn.ConfirmBeginEdit override.

CreateEditor

GridColumn.CreateEditor override.

CreateEditorBinding

Creates a binding between the data and the associated editor. (Inherited from GridColumn.)

CreateViewer

GridColumn.CreateViewer override.

CreateViewerBinding

Creates a binding between the data and the associated viewer. (Inherited from GridColumn.)

InitEditor

GridColumn.InitEditor override.

 See Also

ScheduleColumn Class
MindFusion.DataViews.Silverlight Namespace