Enum InvalidInputAction
Determines the behavior of a DomainUpDown control when a user sets a value not included in the domain.
Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Input.Toolkit.dll
Syntax
public enum InvalidInputAction
Fields
Name | Description |
---|---|
TextBoxCannotLoseFocus | Once a user sets a value not included in the domain, the DomainUpDown control cannot lose focus. |
UseFallbackItem | Once a user sets a value not included in the domain, the DomainUpDown control will use the FallbackItem property as the selected item. If FallbackItem is not specified the first item in the DomainUpDown Items collection will be used. |