Creates the container for the header of a TreeNode.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
protected virtual GridRow CreateRowContainer () |
Visual Basic
Copy Code
|
|---|
Protected Overridable Function CreateRowContainer () As GridRow |
An instance of the GridRow class.
See Also