DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionViewDataCollection Class
Properties Methods Events


In This Topic
    C1CollectionViewDataCollection Class Members
    In This Topic

    The following tables list the members exposed by C1CollectionViewDataCollection.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1CollectionViewDataCollection class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the underlying collection view.  
    Public PropertyGets the number of elements in the collection. (Inherited from C1.DataCollection.C1DataCollectionBase<object>)
    Public PropertyGets the editable collection view, or null if it is not editable.  
    Public PropertyGets the filter expression.  
    Public PropertyGets the group descriptions.  
    Public PropertyGets whether the collection is disposed. (Inherited from C1.DataCollection.C1DataCollectionBase<object>)
    Public PropertyGets whether the group items will be inline with the data items or the items will be the first level of group items.  
    Public PropertyGets the element at the specified index in the read-only list. (Inherited from C1.DataCollection.C1DataCollectionBase<object>)
    Public PropertyGets the type of the items.  
    Public PropertyGets the sort descriptions applied to the data.  
    Public PropertyGets the data source of this collection.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether this collection can filter the specified filter expression.  
    Public MethodReturns whether the collection is able to group the specified group descriptions.  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public MethodReturns whether the collection is able to sort the specified sortDescriptions.  
    Public MethodOverloaded. Overridden. Called to dispose resources.  
    Public MethodFilters the collection according to the specified filterExpression.  
    Public MethodOverridden. Gets the type of the items.  
    Public Methodstatic (Shared in Visual Basic)Gets the property descriptor value.  
    Public MethodOverloaded. Groups the collection according to the specified group descriptions.  
    Public MethodGets the index of the specified item. (Inherited from C1.DataCollection.C1DataCollectionBase<object>)
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Methodstatic (Shared in Visual Basic)Sets the property descriptor value.  
    Public MethodOverloaded. Sorts the collection according to the specified sortDescriptions.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the CollectionChanged event. (Inherited from C1.DataCollection.C1DataCollectionBase<object>)
    Protected MethodRaises the PropertyChanged event. (Inherited from C1.DataCollection.C1DataCollectionBase<object>)
    Top
    Public Events
     NameDescription
    Public EventOccurs after the collection changed. (Inherited from C1.DataCollection.C1DataCollectionBase<object>)
    Public EventOccurs when the filter changed.  
    Public EventOccurs when the groups changed.  
    Public EventOccurs when a property value changes. (Inherited from C1.DataCollection.C1DataCollectionBase<object>)
    Public EventRaised after a sort operation was performed.  
    Top
    See Also