Version

DisplayCharsCollection Class

Read-only collection that contains DisplayCharBase derived class instances.
Syntax
Remarks

Each section exposes a SectionBase.DisplayChars property that returns the display characters of that section. The XamMaskedEditor's XamMaskedEditor.DisplayChars property also returns a DisplayCharsCollection that contains all the display characters of all the mask sections in the editor.

Note: Typically there is no need for you to directly create or use this class as the XamMaskedEditor automatically creates and manages this when it parses the mask.

See XamMaskedEditor.Sections for more information.

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