FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / Column Class / AutoGenerated Property

In This Topic
    AutoGenerated Property
    In This Topic
    Gets or sets a value that indicates whether this column was automatically generated by the grid (see the AutoGenerateColumns property.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    Public Property AutoGenerated As Boolean
    [Browsable(false)]
    public bool AutoGenerated {get; set;}
    See Also