DataCollection | ComponentOne
C1.Mac.DataCollection Assembly / C1.Mac.DataCollection Namespace / C1TableViewSource Class / AutoGenerateColumns Property

In This Topic
    AutoGenerateColumns Property
    In This Topic
    Gets or sets a value indicating whether the columns are generated from the properties of the source.
    Syntax
    'Declaration
     
    Public Property AutoGenerateColumns As Boolean
    public bool AutoGenerateColumns {get; set;}
    See Also