FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / AutoGenerateColumns Property

In This Topic
    AutoGenerateColumns Property (FlexGrid)
    In This Topic
    Gets or sets a value to determine whether columns are generated automatically from the properties of the items of ItemsSource.
    Syntax
    'Declaration
     
    Public Property AutoGenerateColumns As Boolean
    public bool AutoGenerateColumns {get; set;}
    See Also