Class MaskedUsageMode
The clipping mode to be used by the control when returning the text content of the control.
Inheritance
System.Object
MaskedUsageMode
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class MaskedUsageMode : Enum
Fields
Normal
Treat as a normal masked edit that does not have any special constraints with respect to the content.
Declaration
public const MaskedUsageMode Normal
Field Value
| Type |
|---|
| MaskedUsageMode |
Numeric
Treat the contents of the MaskedEditBox as numeric.
Declaration
public const MaskedUsageMode Numeric
Field Value
| Type |
|---|
| MaskedUsageMode |