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

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