Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridSelectionMenuEventArgs Class
Properties

In This Topic
    GridSelectionMenuEventArgs Class Members
    In This Topic

    The following tables list the members exposed by GridSelectionMenuEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the GridSelectionMenuEventArgs class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets a value indicating whether the associated event should be canceled. (Inherited from C1.Android.Grid.CancelEventArgs)
    Public Property Gets a value indicating whether the associated event is cancellable. (Inherited from C1.Android.Grid.CancelEventArgs)
    Public Property Gets the cell range. (Inherited from C1.Android.Grid.GridCellRangeEventArgs)
    Public Property Gets the type of the cell. (Inherited from C1.Android.Grid.GridCellRangeEventArgs)
    Public Property Gets the menu taht will be displayed.  
    Top
    See Also