Search
ScheduleGrid.CreateRowContainer Method
See Also
 





TreeGrid.CreateRowContainer override.

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 ScheduleGridRow class.

 See Also