Gets the available filters for this DiagramToolBox. This is a dependency property.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public ReadOnlyCollection<DiagramToolBoxFilterItem> FilterList { get; }
Visual Basic (Declaration)
Public ReadOnly Property FilterList As ReadOnlyCollection(Of DiagramToolBoxFilterItem)

Remarks

Dependency Property Information
Identifier fieldFilterListProperty
Metadata properties set to trueNone

See Also