Infragistics(R) NetAdvantage(R) : Silverlight 2011.2
DisplayChars Property
See Also  E-mail your feedback on this topic.
Infragistics.Controls.Editors Namespace > XamMaskedInput Class : DisplayChars Property

A collection of the display characters used in the control. Returns a valid collection only if the mask has been parsed yet.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DisplayChars As DisplayCharsCollection
C# 
public DisplayCharsCollection DisplayChars {get;}

Remarks

Returns a collection of display characters. When mask is parsed, result is a collection of sections where each section corresponds with a part of the mask. Each section in turn has a collection of DisplayCharBase derived objects each of which correspond to a placeholder character in the part of the mask associated with the section. DisplayChars returns the aggregate display character instances from all sections.

See XamMaskedInput.Sections for more information on potential usage of this and Sections property.

See Also