ComponentOne DataGrid for WPF and Silverlight
IsAutoGenerated Property (DataGridColumn)

C1.WPF.DataGrid Namespace > DataGridColumn Class : IsAutoGenerated Property
Gets a value that indicates whether the column is auto-generated.
Syntax
'Declaration
 
Public ReadOnly Property IsAutoGenerated As System.Boolean
public System.bool IsAutoGenerated {get;}

Property Value

true if the column is auto-generated; otherwise, false.
See Also

Reference

DataGridColumn Class
DataGridColumn Members