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

In This Topic
    DataCollection Property (GridDataMap)
    In This Topic
    Gets the inner data collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataCollection As IDataCollection(Of Object)
    public IDataCollection<object> DataCollection {get;}
    See Also