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


A column in a DataGrid which displays values, which do not have dedicated column.

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

 Public Constructors

  Name Description

TextColumn

Overloaded. Initializes a new instance of the TextColumn class.

 Public Fields

  Name Description

IsReadOnlyProperty

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

NameProperty

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

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

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

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

GridColumn.CreateEditorBinding override.

CreateViewer

GridColumn.CreateViewer override.

CreateViewerBinding

GridColumn.CreateViewerBinding override.

InitEditor

GridColumn.InitEditor override.

 See Also

TextColumn Class
MindFusion.DataViews.Silverlight Namespace