menu

UWP

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

    Show / Hide Table of Contents

    Class SelectAllCheckBoxCheckedEventArgs

    Provides data for SelectAllCheckBoxChecked event in CheckboxFilterControl.

    Inheritance
    System.Object
    EventArgsExt
    SelectAllCheckBoxCheckedEventArgs
    Inherited Members
    EventArgsExt.OriginalSource
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class SelectAllCheckBoxCheckedEventArgs : EventArgsExt

    Constructors

    SelectAllCheckBoxCheckedEventArgs()

    Initializes a new instance of the SelectAllCheckBoxCheckedEventArgs class.

    Declaration
    public SelectAllCheckBoxCheckedEventArgs()

    SelectAllCheckBoxCheckedEventArgs(RoutedEvent, Object)

    Initializes a new instance of the SelectAllCheckBoxCheckedEventArgs class.

    Declaration
    public SelectAllCheckBoxCheckedEventArgs(RoutedEvent routedEvent, object source)
    Parameters
    Type Name Description
    Windows.UI.Xaml.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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved