menu

WPF

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

    Show / Hide Table of Contents

    Class SubsetFilter

    Display the filtering value of the axis.

    Inheritance
    System.Object
    SubsetFilter
    Namespace: Syncfusion.Windows.Tools.Olap
    Assembly: Syncfusion.OlapTools.WPF.dll
    Syntax
    public class SubsetFilter : ComboBox

    Constructors

    SubsetFilter()

    Declaration
    public SubsetFilter()

    Properties

    PopupControl

    Gets or sets the popup control.

    Declaration
    public Popup PopupControl { get; set; }
    Property Value
    Type
    System.Windows.Controls.Primitives.Popup

    ValueBox

    Gets or sets the value box.

    Declaration
    public TextBox ValueBox { get; set; }
    Property Value
    Type
    System.Windows.Controls.TextBox

    Methods

    OnApplyTemplate()

    When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

    Declaration
    public override void OnApplyTemplate()

    Events

    ValueChanged

    Occurs when value changed in SubsetFilter.

    Declaration
    public event ValueChangedEventHandler ValueChanged
    Event Type
    Type
    ValueChangedEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved