Search
PaletteCategory Class
Remarks See Also
 





Represents a category in a Palette control.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public class PaletteCategory : INotifyPropertyChanged

Visual Basic  Copy Code

Public Class PaletteCategory
    Implements INotifyPropertyChanged

 Remarks

A list of PaletteCategory objects can be set as the ItemsSource of a Palette. Alternatively, you can call AddCategory and AddItem methods to populate the control.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Wpf.PaletteCategory

 See Also