Version

DisplayChars Property (XamMaskedInput)

A collection of the display characters used in the control. Returns a valid collection only if the mask has been parsed yet.
Syntax
'Declaration
 
Public ReadOnly Property DisplayChars As DisplayCharsCollection
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 Sections for more information on potential usage of this and Sections property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also