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

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

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

See Also