MindFusion.Wpf Pack Programmer's Guide
DataGrid.AutoGenerateColumns Property
See Also
 





Gets or sets a value indicating whether to automatically generate the necessary grid columns based on the properties of the items in the underlying Items collection. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool AutoGenerateColumns { get; set; }

Visual Basic  Copy Code

Public Property AutoGenerateColumns As Boolean

 Property Value

true to automatically generate the grid columns based on the properties of the underlying items; otherwise, false.

 See Also

DataGrid Members
DataGrid Class
MindFusion.DataViews.Wpf Namespace