<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / GridPanel Class / Columns Property

In This Topic
    Columns Property (GridPanel)
    In This Topic
    Gets the collection of columns in this GridPanel.
    Syntax
    'Declaration
     
    Public Property Columns As ColumnCollection
    public ColumnCollection Columns {get; set;}
    See Also