menu

WinForms

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

    Show / Hide Table of Contents

    Class GridFilterBarShowDialogEventArgs

    Provides EventArgs used by the FilterBarShowDialog event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    GridFilterBarShowDialogEventArgs
    Inherited Members
    SyncfusionHandledEventArgs.Handled
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    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.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridFilterBarShowDialogEventArgs : SyncfusionHandledEventArgs

    Constructors

    GridFilterBarShowDialogEventArgs(String, DialogResult)

    Initializes a new instance of the GridFilterBarShowDialogEventArgs class.

    Declaration
    public GridFilterBarShowDialogEventArgs(string filterCriteria, DialogResult result)
    Parameters
    Type Name Description
    System.String filterCriteria

    The filter criteria.

    System.Windows.Forms.DialogResult result

    The dialog result.

    Properties

    FilterCriteria

    Gets or sets the filter criteria.

    Declaration
    [TraceProperty(true)]
    public string FilterCriteria { get; set; }
    Property Value
    Type Description
    System.String

    Result

    Gets or sets the dialog result (if Handled = True was set).

    Declaration
    [TraceProperty(true)]
    public DialogResult Result { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.DialogResult
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved