MindFusion.Wpf Pack Programmer's Guide
GridColumn Properties
 


 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.

 See Also

GridColumn Class
MindFusion.DataViews.Wpf Namespace