Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.DataGrid.Toolkit 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 AutoCreateForeignKeyDescriptions dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the AutoCreateItemProperties 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 ItemType dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the foreign key descriptions are automatically created.  
    Public Property  
    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  
    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 Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public Property  
    Public Property

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

     
    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 Property  
    Public Property  
    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
    Public Events
    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