menu

WPF

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

    Show / Hide Table of Contents

    Class PopupWindow

    The filter pop-up is used to apply normal filters to the PivotFields. The list box holds the collection of filter items. We can filter the fields by checking/unchecking the filter items in the filter pop-up.

    Inheritance
    System.Object
    ChromelessWindow
    PopupWindow
    Implements
    System.Windows.Markup.IComponentConnector
    Inherited Members
    ChromelessWindow.ArrangeOverride(Size)
    ChromelessWindow.CloseButtonTemplate
    ChromelessWindow.CloseButtonTemplateProperty
    ChromelessWindow.CloseWindow
    ChromelessWindow.CornerRadius
    ChromelessWindow.CornerRadiusProperty
    ChromelessWindow.HideTaskBar
    ChromelessWindow.HideTaskBarProperty
    ChromelessWindow.IconAlignment
    ChromelessWindow.IconAlignmentProperty
    ChromelessWindow.IsGlassActiveChanged
    ChromelessWindow.LeftHeaderItemsSource
    ChromelessWindow.LeftHeaderItemsSourceProperty
    ChromelessWindow.LeftHeaderItemTemplate
    ChromelessWindow.LeftHeaderItemTemplateProperty
    ChromelessWindow.MaximizeButtonTemplate
    ChromelessWindow.MaximizeButtonTemplateProperty
    ChromelessWindow.MeasureOverride(Size)
    ChromelessWindow.MinimizeButtonTemplate
    ChromelessWindow.MinimizeButtonTemplateProperty
    ChromelessWindow.NavigationBarBackground
    ChromelessWindow.NavigationBarBackgroundProperty
    ChromelessWindow.OnApplyTemplate()
    ChromelessWindow.OnIsGlassActiveChanged(DependencyPropertyChangedEventArgs)
    ChromelessWindow.OnMouseDown(MouseButtonEventArgs)
    ChromelessWindow.OnMouseLeftButtonUp(MouseButtonEventArgs)
    ChromelessWindow.OnMouseMove(MouseEventArgs)
    ChromelessWindow.OnMouseUp(MouseButtonEventArgs)
    ChromelessWindow.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs)
    ChromelessWindow.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs)
    ChromelessWindow.OnPreviewMouseMove(MouseEventArgs)
    ChromelessWindow.OnSourceInitialized(EventArgs)
    ChromelessWindow.ResizeBorderBrush
    ChromelessWindow.ResizeBorderBrushProperty
    ChromelessWindow.ResizeBorderThickness
    ChromelessWindow.ResizeBorderThicknessProperty
    ChromelessWindow.ReSizeGripMouseEvent
    ChromelessWindow.ResizeGripStyle
    ChromelessWindow.ResizeGripStyleProperty
    ChromelessWindow.RestoreButtonTemplate
    ChromelessWindow.RestoreButtonTemplateProperty
    ChromelessWindow.RightHeaderItemsSource
    ChromelessWindow.RightHeaderItemsSourceProperty
    ChromelessWindow.RightHeaderItemTemplate
    ChromelessWindow.RightHeaderItemTemplateProperty
    ChromelessWindow.ShowIcon
    ChromelessWindow.ShowIconProperty
    ChromelessWindow.ShowMaximizeButton
    ChromelessWindow.ShowMaximizeButtonProperty
    ChromelessWindow.ShowMinimizeButton
    ChromelessWindow.ShowMinimizeButtonProperty
    ChromelessWindow.ShowTitle
    ChromelessWindow.ShowTitleProperty
    ChromelessWindow.SystemButtonsUpdate()
    ChromelessWindow.TitleBar
    ChromelessWindow.TitleBarBackground
    ChromelessWindow.TitleBarBackgroundProperty
    ChromelessWindow.TitleBarForeground
    ChromelessWindow.TitleBarForegroundProperty
    ChromelessWindow.TitleBarHeight
    ChromelessWindow.TitleBarHeightProperty
    ChromelessWindow.TitleBarTemplate
    ChromelessWindow.TitleBarTemplateProperty
    ChromelessWindow.TitleFontSize
    ChromelessWindow.TitleFontSizeProperty
    ChromelessWindow.TitleTextAlignment
    ChromelessWindow.TitleTextAlignmentProperty
    ChromelessWindow.ToggleMaximizedState
    ChromelessWindow.ToggleMinimizedState
    ChromelessWindow.UseNativeChrome
    ChromelessWindow.UseNativeChromeProperty
    ChromelessWindow.WindowContentAreaBorderBrush
    ChromelessWindow.WindowContentAreaBorderBrushProperty
    ChromelessWindow.WindowCornerRadiusProperty
    Namespace: Syncfusion.Windows.Controls.PivotSchemaDesigner
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class PopupWindow : ChromelessWindow, IComponentConnector

    Constructors

    PopupWindow(IPivotControl, FilterItemsCollection)

    Initializes a new instance of the PopupWindow class.

    Declaration
    public PopupWindow(IPivotControl pivotControl, FilterItemsCollection filterItemsCollection)
    Parameters
    Type Name Description
    IPivotControl pivotControl

    The PivotGrid control.

    FilterItemsCollection filterItemsCollection

    Collection of filter items.

    Properties

    FilterList

    Gets or sets the collection of filter items.

    Declaration
    public FilterItemsCollection FilterList { get; set; }
    Property Value
    Type
    FilterItemsCollection

    IsAnyItemSelected

    Gets a value indicating whether any items in the filter pop-up window is selected or not.

    Declaration
    public bool? IsAnyItemSelected { get; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    Returns the state of "All" filter item in the filter pop-up window.

    IsFilterWindow

    Gets or sets whether the popup window is a filter window or not.

    Declaration
    public bool IsFilterWindow { get; set; }
    Property Value
    Type
    System.Boolean

    PivotControl

    Gets or sets the PivotGrid control.

    Declaration
    public IPivotControl PivotControl { get; set; }
    Property Value
    Type
    IPivotControl

    Methods

    InitializeComponent()

    InitializeComponent

    Declaration
    public void InitializeComponent()

    OnPropertyChanged(DependencyPropertyChangedEventArgs)

    Invoked whenever the effective value of any dependency property on this object has been updated.

    Declaration
    protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyPropertyChangedEventArgs e

    The event data that contains the dependency property identifier of interest, the property meta data for the type, and old and new values.

    Overrides
    ChromelessWindow.OnPropertyChanged(DependencyPropertyChangedEventArgs)

    Implements

    System.Windows.Markup.IComponentConnector
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved