MindFusion.Scheduling for Silverlight 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.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 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.Silverlight Namespace