Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridCollectionViewSourceBase Class
Members


In This Topic
    DataGridCollectionViewSourceBase Class
    In This Topic

    Base class for the DataGridCollectionViewSource and DataGridVirtualizingCollectionViewSource classes, which represent the XAML proxies of the DataGridCollectionView and DataGridVirtualizingCollectionView classes and expose their most commonly used members.

    Syntax
    'Declaration
     
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public MustInherit Class DataGridCollectionViewSourceBase 
       Inherits System.Windows.Data.CollectionViewSource
    'Usage
     
    Dim instance As DataGridCollectionViewSourceBase
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public abstract class DataGridCollectionViewSourceBase : System.Windows.Data.CollectionViewSource 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Data.CollectionViewSource
                Xceed.Wpf.DataGrid.DataGridCollectionViewSourceBase
                   Xceed.Wpf.DataGrid.DataGridCollectionViewSource
                   Xceed.Wpf.DataGrid.DataGridVirtualizingCollectionViewSourceBase

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the AutoCreateDetailDescriptions dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the AutoCreateForeignKeyDescriptions dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the AutoCreateItemProperties dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the AutoFilterMode dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the DefaultCalculateDisctinctValues dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the DistinctValuesConstraint dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the DistinctValuesUpdateMode dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the FilterCriteriaMode dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ItemType dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the detail descriptions are automatically created.  
    Public PropertyGets a value indicating whether the foreign key descriptions are automatically created.  
    Public PropertyGets a value indicating whether the item properties are automatically created.  
    Public PropertyGets or sets a value indicating how automatic filtering of the data items will be performed.  
    Public Property (Inherited from System.Windows.Data.CollectionViewSource)
    Public Property (Inherited from System.Windows.Data.CollectionViewSource)
    Public Property (Inherited from System.Windows.Data.CollectionViewSource)
    Public Property (Inherited from System.Windows.Data.CollectionViewSource)
    Public PropertyGets or sets the culture to use during sorting.  
    Public PropertyGet or sets the default value of the CalculateDistinctValues property when a DataGridItemProperty has not explicitly set its value.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets a collection of DataGridDetailDescription objects that provide information on the details that will be contained in a grid, including sorting, grouping, and child detail descriptions.  
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets or sets a value representing the constraint applied to the DistinctValues when automatically filtering data items.  
    Public Property

    Gets or sets the mode that indicates when distinct values used by auto-filtering should be updated.

     
    Public PropertyGets or sets a value indicating how filters entered into a FilterRow are applied.  
    Public Property (Inherited from System.Windows.Data.CollectionViewSource)
    Public Property (Inherited from System.Windows.Data.CollectionViewSource)
    Public Property (Inherited from System.Windows.Data.CollectionViewSource)
    Public Property (Inherited from System.Windows.Data.CollectionViewSource)
    Public Property (Inherited from System.Windows.Data.CollectionViewSource)
    Public Property (Inherited from System.Windows.Data.CollectionViewSource)
    Public Property (Inherited from System.Windows.Data.CollectionViewSource)
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets the DataGridItemProperty objects that determine the characteristics of the items contained in the view.  
    Public PropertyGets the type of the items contained in the collection view.  
    Public Property (Inherited from System.Windows.Data.CollectionViewSource)
    Public Property (Inherited from System.Windows.Data.CollectionViewSource)
    Public Property (Inherited from System.Windows.Data.CollectionViewSource)
    Public Property (Inherited from System.Windows.Data.CollectionViewSource)
    Public PropertyGets or sets the collection from which the view is created.  
    Public Property (Inherited from System.Windows.Data.CollectionViewSource)
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected MethodOverridden. Raised when the CollectionViewType property is changed.  
    Protected Method (Inherited from System.Windows.DependencyObject)
    Protected Method (Inherited from System.Windows.Data.CollectionViewSource)
    Protected Method (Inherited from System.Windows.Data.CollectionViewSource)
    Protected Internal Method (Inherited from System.Windows.DependencyObject)
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded. 
    Top
    Public Events
     NameDescription
    Public Event

    Occurs after the AutoFilterValues of the DataGridItemProperty of a detail level changes.

     
    Public EventRaised when the EditItem method has been called to signal that the edit process of an item in the underlying data source is about to begin.  
    Public EventRaised when the CancelEdit >method has been called to signal that the edit process of an item in the underlying data source is about to be canceled.  
    Public EventRaised when the CancelNew method has been called to signal that the insertion process of a new item is about to be canceled.  
    Public EventRaised when the CommitEdit method has been called to signal that modifications made to an item in the underlying data source are about to be committed.  
    Public EventRaised when the CommitNew method has been called to signal that a new item is about to be committed to the underlying data source.  
    Public EventRaised when the AddNew method has been called to signal that a new item is about to be created.  
    Public EventRaised when the distinct values need to be refreshed.  
    Public EventRaised after the BeginningEdit event to signal that the edit process of an item in the underlying data source has begun.  
    Public EventRaised after the CancelingEdit event to signal that the edit process of an item in the underlying data source has been canceled.  
    Public EventRaised after the CommittingEdit event to signal that the modifications made to an item in the underlying data source have been committed.  
    Public Event (Inherited from System.Windows.Data.CollectionViewSource)
    Public EventRaised after the CreatingNewItem event to allow the new item to be initialized.  
    Public EventRaised after the RemovingItem event to signal that an item has been removed from the underlying data source.  
    Public EventRaised after the CancelingNewItem event to signal that the insertion process of a new item has been canceled.  
    Public EventRaised after the CommittingNewItem event to signal that a new item has been committed to the underlying data source.  
    Public EventRaised after the CreatingNewItem and InitializingNewItem events to signal that a new item has been created.  
    Public EventRaised when the Remove ora href="Xceed.Wpf.DataGrid~Xceed.Wpf.DataGrid.DataGridCollectionViewBase~RemoveAt.html">RemoveAt methods have been called to signal that an item is about to be removed from the underlying data source.  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also