ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.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 ICommand
    public ICommand InsertItem {get;}
    See Also