The base class for activity and allocation presenters.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract class BasePresenter : Control |
Visual Basic
Copy Code
|
|---|
Public MustInherit Class BasePresenter |
Inheritance HierarchySystem.Object![]()
System.Windows.Threading.DispatcherObject![]()
System.Windows.DependencyObject![]()
System.Windows.Media.Visual![]()
System.Windows.UIElement![]()
System.Windows.FrameworkElement![]()
System.Windows.Controls.Control![]()
MindFusion.DataViews.Wpf.BasePresenter
MindFusion.DataViews.Wpf.ActivityPresenter
MindFusion.DataViews.Wpf.AllocationPresenter
See Also