<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / Column Class / AutoGenerated Property

In This Topic
    AutoGenerated Property (Column)
    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
     
    Public Property AutoGenerated As Boolean
    public bool AutoGenerated {get; set;}
    See Also