ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumn Class / IsAutoGenerated Property

In This Topic
    IsAutoGenerated Property
    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