WPF

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

    Show / Hide Table of Contents

    Class GridCurrentCellShowingDropDownEventArgs

    Inheritance
    System.Object
    SyncfusionCancelRoutedEventArgs
    GridCurrentCellShowingDropDownEventArgs
    Inherited Members
    SyncfusionCancelRoutedEventArgs.ToString()
    SyncfusionCancelRoutedEventArgs.Cancel
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridCurrentCellShowingDropDownEventArgs : SyncfusionCancelRoutedEventArgs

    Constructors

    GridCurrentCellShowingDropDownEventArgs(Boolean, RoutedEvent, Object)

    Initalizes a new object.

    Declaration
    public GridCurrentCellShowingDropDownEventArgs(bool isDropDownOpen, RoutedEvent routedEvent, object source)
    Parameters
    Type Name Description
    System.Boolean isDropDownOpen
    System.Windows.RoutedEvent routedEvent
    System.Object source

    Properties

    IsDropDownOpen

    Declaration
    public bool IsDropDownOpen { get; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved