Gets or sets the text of the segment.
[Visual Basic]
Public Property Text As
String
[C#]
public
String Text {get; set;}
Remarks
At runtime, this property contains the contents of the segment that are formatted based on other properties of the segment. The value is not formatted at design time, allowing you to set an initial value for the segment.
Usually you would use MaskedEdit.Text property to access the text of the whole edit control. However, sometimes it can be useful when you need to compose the final value from each component's value, for example, a DateTime value based on the year, month and day components, in which case you can use each segment's Text property to derive individual component values.
See Also
MaskedEditSegment Class | EO.Web Namespace