Gets or sets a value that indicates whether columns are created automatically when the ItemsSource property is set.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public bool AutoGenerateColumns { get; set; }
Visual Basic
Public Property AutoGenerateColumns As Boolean
	Get
	Set

See Also