ComponentOne InputPanel for WPF
C1.WPF.InputPanel.4.5.2 Assembly / C1.WPF.InputPanel Namespace / C1InputPanelPresenter Class / CurrentItem Property

In This Topic
    CurrentItem Property (C1InputPanelPresenter)
    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