Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineSegmentsCollection Class / DataCollection Property

In This Topic
    DataCollection Property (RulesEngineSegmentsCollection)
    In This Topic
    Gets the data collection this list is wrapping.
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property DataCollection As C1.DataCollection.IDataCollection(Of RulesEngineSegment)
    protected override C1.DataCollection.IDataCollection<RulesEngineSegment> DataCollection {get;}
    See Also