Search
ItemViewerAttribute Constructor (String)
See Also
 





Initializes a new instance of the ItemViewerAttribute class.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public ItemViewerAttribute (
    string viewerTypeName
)

Visual Basic  Copy Code

Public New ( _
    viewerTypeName As String _
)

 Parameters

viewerTypeName

A string containing the fully qualified name of the type to be used as an item viewer.

 See Also