Skip to the content.

PromptPlus API:MaskedType

Build Publish License NuGet Downloads

Back to List Api

MaskedType

Namespace: PPlus.Controls

Represents Masked type input

public enum MaskedType

Inheritance ObjectValueTypeEnumMaskedType
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
DateOnly 0 Date only.
TimeOnly 1 Time only.
DateTime 2 Date and Time.
Number 3 Only Number.
Currency 4 Only Currency.

Back to List Api