HypernovaDesktop Components · docs
Binarymission
WPFRibbon › DataEntryMode

DataEntryMode

enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WPF.Controls.Office

What a ribbon smart text box accepts: anything, letters and digits only, or digits only.

public enum DataEntryMode

Members at a glance

AlphaNumericLetters and digits only.
NoneNo restriction; the box takes whatever is typed.
NumericOnlyDigits only.

Members

AlphaNumeric

Letters and digits only.

None

No restriction; the box takes whatever is typed.

NumericOnly

Digits only.