Table of Contents

Class ToolboxControl.Category

Namespace
Alternet.FormDesigner.Wpf.Toolbox
Assembly
Alternet.FormDesigner.Wpf.v10.dll

Provides properties and methods for a particular category displayed by the toolbox.

public class ToolboxControl.Category : INotifyPropertyChanged
Inheritance
ToolboxControl.Category
Implements

Constructors

Category()

Initializes a new instance of the Category class with default settings.

Properties

Collapsed

Gets or sets a value indicating whether Category is in the collapsed state.

Expanded

Gets or sets a value indicating whether Category is in the expanded state.

FilteredItems
Items

Gets an ObservableCollection of items displayed by the toolbox.

ItemsFilter
Name

Gets or sets name of the category.

Methods

DoesItemExist(ToolboxItem)

Indicated whether specific item is a part of this Category.

DoesItemExist(string)

Indicated whether specific item is a part of this Category.

GetItem(ToolboxItem)

Gather information about specific item.

Events

PropertyChanged

This event is raised whenever a some property on the Category changes.