Table of Contents

Enum NumberBoxValidationMode

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll

Defines values that specify the input validation behavior of a NumberBox when invalid input is entered.

public enum NumberBoxValidationMode

Fields

Disabled = 1

Invalid input is replaced by NumberBox PlaceholderText text.

InvalidInputOverwritten = 0

Input validation is disabled.