WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectAllCheckBoxUnCheckedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectAllCheckBoxUnCheckedEventArgs

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

    Constructors

    SelectAllCheckBoxUnCheckedEventArgs()

    Initializes a new instance of the SelectAllCheckBoxUnCheckedEventArgs class.

    Declaration
    public SelectAllCheckBoxUnCheckedEventArgs()

    SelectAllCheckBoxUnCheckedEventArgs(RoutedEvent, Object)

    Initializes a new instance of the SelectAllCheckBoxUnCheckedEventArgs class.

    Declaration
    public SelectAllCheckBoxUnCheckedEventArgs(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

    FilterElements

    Gets or sets the filter elements.

    Declaration
    public List<FilterElement> FilterElements { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<FilterElement>

    The filter elements.

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