Class CategoriesCollection
- Namespace
- Alternet.FormDesigner.Wpf.PropertyGrid
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Represents a collection of categories to be used in the PropertyGrid
control, so control properties can be separated by category.
public class CategoriesCollection : SortedObservableCollection<Category, string>, IList<Category>, ICollection<Category>, IList, ICollection, IReadOnlyList<Category>, IReadOnlyCollection<Category>, IEnumerable<Category>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
- Inheritance
-
CategoriesCollection
- Implements
- Extension Methods
Constructors
- CategoriesCollection()
Initializes a new instance of the
CategoriesCollection
class with default settings.