Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / KeyDispatcherState Property


In This Topic
    KeyDispatcherState Property (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property KeyDispatcherState As Android.Views.KeyEvent.DispatcherState
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Android.Views.KeyEvent.DispatcherState
     
    value = instance.KeyDispatcherState
    public virtual Android.Views.KeyEvent.DispatcherState KeyDispatcherState {get;}
    See Also