MindFusion.Wpf Pack Programmer's Guide
TreeGrid.DataType Property
See Also
 





Gets or sets the type of the data contained in the grid. This is a dependency property.

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

 Syntax

C#  Copy Code

public Type DataType { get; set; }

Visual Basic  Copy Code

Public Property DataType As Type

 Property Value

An instance of the Type class.

 See Also

TreeGrid Members
TreeGrid Class
MindFusion.DataViews.Wpf Namespace