alexa

    Show / Hide Table of Contents

    Class GridCurrentCellShowingDropDownEventArgs

    Inheritance
    System.Object
    SyncfusionCancelRoutedEventArgs
    GridCurrentCellShowingDropDownEventArgs
    Inherited Members
    SyncfusionCancelRoutedEventArgs.Cancel
    SyncfusionCancelRoutedEventArgs.ToString()
    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
    System.Boolean
    Back to top Generated by DocFX