MindFusion.Scheduling for Silverlight Programmer's Guide
GridColumn Constructor (ItemPropertyInfo, IValueConverter, Object, IValueConverter, Object)
See Also
 





Initializes a new instance of the GridColumn class.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

protected GridColumn (
    ItemPropertyInfo propertyInfo,
    IValueConverter viewerConverter,
    Object viewerConverterParam,
    IValueConverter editorConverter,
    Object editorConverterParam
)

Visual Basic  Copy Code

Protected New ( _
    propertyInfo As ItemPropertyInfo, _
    viewerConverter As IValueConverter, _
    viewerConverterParam As Object, _
    editorConverter As IValueConverter, _
    editorConverterParam As Object _
)

 Parameters

propertyInfo
An ItemPropertyInfo object specifying the property that will be displayed by the column.
viewerConverter
An IValueConverter that will be used in the viewer-data bound relationship in this column.
viewerConverterParam
The converter parameter that will be used by viewerConverter.
editorConverter
An IValueConverter that will be used in the editor-data bound relationship in this column.
editorConverterParam
The converter parameter that will be used by editorConverter.

 See Also

GridColumn Constructor Overload List
GridColumn Class
MindFusion.DataViews.Silverlight Namespace