menu

WPF

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

    Show / Hide Table of Contents

    Class AdvanceFilteringOkButtonClickEventArgs

    Inheritance
    System.Object
    SyncfusionRoutedEventArgs
    AdvanceFilteringOkButtonClickEventArgs
    Inherited Members
    SyncfusionRoutedEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class AdvanceFilteringOkButtonClickEventArgs : SyncfusionRoutedEventArgs

    Constructors

    AdvanceFilteringOkButtonClickEventArgs()

    Initializes a new instance of the AdvanceFilteringOkButtonClickEventArgs class.

    Declaration
    public AdvanceFilteringOkButtonClickEventArgs()

    AdvanceFilteringOkButtonClickEventArgs(RoutedEvent, Object)

    Initializes a new instance of the AdvanceFilteringOkButtonClickEventArgs class.

    Declaration
    public AdvanceFilteringOkButtonClickEventArgs(RoutedEvent routedEvent, object source)
    Parameters
    Type Name Description
    System.Windows.RoutedEvent routedEvent

    The routed event identifier for this instance of the System.Windows.RoutedEventArgs class.

    System.Object source

    An alternate source that will be reported when the event is handled. This pre-populates the System.Windows.RoutedEventArgs.Source property.

    Properties

    FilterType1

    Gets or sets the filter type1.

    Declaration
    public object FilterType1 { get; set; }
    Property Value
    Type Description
    System.Object

    The filter type1.

    FilterType2

    Gets or sets the filter type2.

    Declaration
    public object FilterType2 { get; set; }
    Property Value
    Type Description
    System.Object

    The filter type2.

    FilterValue1

    Gets or sets the filter value1.

    Declaration
    public object FilterValue1 { get; set; }
    Property Value
    Type Description
    System.Object

    The filter value1.

    FilterValue2

    Gets or sets the filter value2.

    Declaration
    public object FilterValue2 { get; set; }
    Property Value
    Type Description
    System.Object

    The filter value2.

    PredicateType

    Gets or sets the type of the predicate.

    Declaration
    public object PredicateType { get; set; }
    Property Value
    Type Description
    System.Object

    The type of the predicate.

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