Search
TreeGrid.CreateRowContainer Method
See Also
 





Creates the container for the header of a TreeNode.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

protected virtual GridRow CreateRowContainer ()

Visual Basic  Copy Code

Protected Overridable Function CreateRowContainer () As GridRow

 Return Value

An instance of the GridRow class.

 See Also