InputPanel for UWP | ComponentOne
C1.UWP.InputPanel Assembly / C1.Xaml.InputPanel Namespace / C1InputPanel Class / CurrentItem Property

In This Topic
    CurrentItem Property (C1InputPanel)
    In This Topic
    Gets or sets an item which is currently visible in C1InputPanel.
    Syntax
    'Declaration
     
    Public Property CurrentItem As Object
    public object CurrentItem {get; set;}
    See Also