menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SymbolFilterProvider - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved