ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / C1ExpressionEditor Class / InsertItem Property

In This Topic
    InsertItem Property
    In This Topic
    Gets the System.Windows.Input.ICommand object which performs insert operations.
    Syntax
    'Declaration
     
    Public ReadOnly Property InsertItem As System.Windows.Input.ICommand
    public System.Windows.Input.ICommand InsertItem {get;}
    See Also