Class SymbolFilterProvider
Represents a collection of Filters in Stencil.
Inheritance
System.Object
SymbolFilterProvider
Namespace: Syncfusion.UI.Xaml.Diagram.Stencil
Assembly: Syncfusion.SfDiagram.UWP.dll
Syntax
public class SymbolFilterProvider : Object
Constructors
SymbolFilterProvider()
Declaration
public SymbolFilterProvider()
Properties
Content
Gets or sets a content of symbol filter.
Declaration
public object Content { get; set; }
Property Value
Type |
---|
System.Object |
SymbolFilter
Gets or sets a delegate to represent selected filter in Stencil.
Declaration
public FilterPredicate SymbolFilter { get; set; }
Property Value
Type |
---|
FilterPredicate |