ComponentOne DataGrid for WPF and Silverlight
AutoGenerateColumns Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : AutoGenerateColumns Property
Gets or sets a value indicating whether columns are created automatically when the ItemsSource property is set.
Syntax
'Declaration
 
Public Property AutoGenerateColumns As System.Boolean
public System.bool AutoGenerateColumns {get; set;}
Remarks
The event AutoGeneratingColumn will be raised for each column allowing to change or replace the generated column. After all columns are created the event AutoGeneratedColumns will be raised.
See Also

Reference

C1DataGrid Class
C1DataGrid Members