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