Defines the interface that must be implemented by custom item viewer classes.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public interface IItemViewer |
Visual Basic Copy Code |
---|
Public Interface IItemViewer |
See Tutorial 5: Custom Item Viewers and Editors for example on how to use custom item editors and viewers.