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

In This Topic
    AutoCommit Property
    In This Topic
    Gets or sets a value that indicates whether the input data is committed automatically.
    Syntax
    'Declaration
     
    Public Property AutoCommit As Boolean
    public bool AutoCommit {get; set;}
    See Also