Table of Contents
MaskedEditSegmentType Enumeration

Identify the type of a MaskedEditSegment.

Namespace: EO.Wpf
Assembly: EO.Wpf (in EO.Wpf.dll)

Syntax
 public enum MaskedEditSegmentType
Members
Member Name Description
Static The type is StaticMaskedEditSegment.
Numeric The type is NumericMaskedEditSegment.
Choice The type is ChoiceMaskedEditSegment.
Mask The type is MaskMaskedEditSegment.
Regex The type is RegexMaskedEditSegment.
See Also