PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridGroupsCollection Class
Members

In This Topic
    PropertyGridGroupsCollection Class
    In This Topic
    Collection of PropertyGroup.
    Object Model
    PropertyGridGroupsCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public Class PropertyGridGroupsCollection 
       Inherits C1.DataCollection.C1CacheDataCollection(Of PropertyGroup)
       Implements C1.DataCollection.IDataCollection(Of PropertyGroup), C1.DataCollection.ISupportAsyncLoading(Of PropertyGroup), C1.DataCollection.ISupportConnection, C1.DataCollection.ISupportCreateNewItem(Of PropertyGroup), C1.DataCollection.ISupportEditing(Of PropertyGroup), C1.DataCollection.ISupportEditing(Of T), C1.DataCollection.ISupportFiltering, C1.DataCollection.ISupportGrouping, C1.DataCollection.ISupportIncrementalLoading, C1.DataCollection.ISupportPaging, C1.DataCollection.ISupportRangeEditing(Of PropertyGroup), C1.DataCollection.ISupportRefreshing, C1.DataCollection.ISupportSorting, C1.DataCollection.ISupportSource, C1.DataCollection.ISupportVirtualization 
    [DefaultMember("Item")]
    public class PropertyGridGroupsCollection : C1.DataCollection.C1CacheDataCollection<PropertyGroup>, C1.DataCollection.IDataCollection<PropertyGroup>, C1.DataCollection.ISupportAsyncLoading<PropertyGroup>, C1.DataCollection.ISupportConnection, C1.DataCollection.ISupportCreateNewItem<PropertyGroup>, C1.DataCollection.ISupportEditing<PropertyGroup>, C1.DataCollection.ISupportEditing<T>, C1.DataCollection.ISupportFiltering, C1.DataCollection.ISupportGrouping, C1.DataCollection.ISupportIncrementalLoading, C1.DataCollection.ISupportPaging, C1.DataCollection.ISupportRangeEditing<PropertyGroup>, C1.DataCollection.ISupportRefreshing, C1.DataCollection.ISupportSorting, C1.DataCollection.ISupportSource, C1.DataCollection.ISupportVirtualization  
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1DataCollectionBase<T>
          C1.DataCollection.C1WrapDataCollection<S,T>
             C1.DataCollection.C1WrapDataCollection<T>
                C1.DataCollection.C1CacheDataCollection<T>
                   C1.WPF.PropertyGrid.PropertyGridGroupsCollection

    See Also