ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / AutoGenerateColumns Property

In This Topic
    AutoGenerateColumns Property (FlexSheet)
    In This Topic
    Gets or sets whether the grid should generate columns automatically based on the itemsSource.
    Syntax
    'Declaration
     
    
    Public Overrides Property AutoGenerateColumns As Boolean
    public override bool AutoGenerateColumns {get; set;}
    See Also