IsAutoGenerated Property (DataGridColumn)
In This Topic
Gets a value that indicates whether the column is auto-generated.
Syntax
'Declaration
Public ReadOnly Property IsAutoGenerated As Boolean
public bool IsAutoGenerated {get;}
Property Value
true if the column is auto-generated; otherwise,
false.
See Also