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


Represents a column in a DataGrid.

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

 Protected Constructors

  Name Description

GridColumn

Overloaded. Initializes a new instance of the GridColumn class.

 Public Fields

  Name Description

IsReadOnlyProperty

Identifies the IsReadOnly dependency property.

NameProperty

Identifies the Name dependency property.

VisibilityProperty

Identifies the Visibility dependency property.

WidthProperty

Identifies the Width dependency property.

 Public Properties

  Name Description

EditorValueConverter

Gets the IValueConverter that is used in the editor-data relationship in this column.

EditorValueConverterParameter

Gets the converter parameter used by the IValueConverter defined by the EditorValueConverter property.

IsReadOnly

Gets or sets a value indicating whether the column is read-only. This is a dependency property.

Name

Gets or sets the text displayed in the column's header. This is a dependency property.

PropertyInfo

Gets information about the property associated with the column.

ViewerValueConverter

Gets the IValueConverter that is used in the viewer-data relationship in this column.

ViewerValueConverterParameter

Gets the converter parameter used by the IValueConverter defined by the ViewerValueConverter property.

Visibility

Gets or sets the visibility of this column. This is a dependency property.

Width

Gets or sets the desired width for this column. This is a dependency property.

 Protected Methods

  Name Description

ApplyBinding

Establishes a binding between the specified framework element and the value displayed in this column.

CancelEdit

Invoked when an editing operation is canceled.

CommitEdit

Invoked when an editing operation is confirmed.

ConfirmBeginEdit

Checks if the user input represented by the specified event argument initiates an editing operation for this column.

CreateEditor

Creates an editor for the specified data in the column.

CreateEditorBinding

Creates a binding between the data and the associated editor.

CreateViewer

Creates the visual presentation for the specified data in the column.

CreateViewerBinding

Creates a binding between the data and the associated viewer.

InitEditor

Invoked for each editor in this column before it is displayed.

 See Also

GridColumn Class
MindFusion.DataViews.Silverlight Namespace