Table of Contents
MaskedEditSegmentType Enumeration

Specifies the segment type of a MaskedEditSegment object.

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

Syntax
 public enum MaskedEditSegmentType
Members
Member Name Description
Literal The segment's Text contains a literal value that appears as themselves and can not be moved or deleted by the user.
Number The segment would be used to enter a number and its MaxValue and MinValue would contains the maximum and minimum allowed value for the segment.
Choice The segment would be used for the user to choose from a list of options provided through the segment's Choices property.
Mask The segment would restrict the user's input based on a pattern set by Mask, which can contain many pre-defined mask elements.
See Also