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