menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OkButtonClikEventArgs - API Reference

    Show / Hide Table of Contents

    Class OkButtonClikEventArgs

    Provides data for OkButtonClikEvent in GridFilterControl.

    Inheritance
    System.Object
    System.EventArgs
    EventArgsExt
    OkButtonClikEventArgs
    Inherited Members
    EventArgsExt.OriginalSource
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class OkButtonClikEventArgs : EventArgsExt

    Constructors

    OkButtonClikEventArgs()

    Initializes a new instance of the OkButtonClikEventArgs class.

    Declaration
    public OkButtonClikEventArgs()

    Properties

    CheckedElements

    Gets or sets the edited values.

    Declaration
    public IEnumerable<FilterElement> CheckedElements { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<FilterElement>

    The edited values.

    ColumnType

    Gets or sets the ColumnType.

    Declaration
    public AdvancedFilterType ColumnType { get; set; }
    Property Value
    Type Description
    AdvancedFilterType

    The type of the predicate.

    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.

    FilterValue

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

    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.

    IsCaseSensitive1

    Gets or sets the ColumnType.

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

    The type of the predicate.

    IsCaseSensitive2

    Gets or sets the ColumnType.

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

    The type of the predicate.

    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.

    UnCheckedElements

    Gets or sets the record.

    Declaration
    public IEnumerable<FilterElement> UnCheckedElements { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<FilterElement>

    The record.

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