Creates the visual presentation for the specified data in the column.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
protected abstract FrameworkElement CreateViewer ( |
Visual Basic
Copy Code
|
|---|
Protected MustOverride Function CreateViewer( _ |
The data for which to create presentation.
A FrameworkElement that should be used for visualization of the specified data.
See Also