'Declaration Public Class DisplayCharsCollection Inherits System.Collections.ObjectModel.ReadOnlyObservableCollection(Of DisplayCharBase)
public class DisplayCharsCollection : System.Collections.ObjectModel.ReadOnlyObservableCollection<DisplayCharBase>
Each section exposes a SectionBase.DisplayChars property that returns the display characters of that section. The XamMaskedInput's XamMaskedInput.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 XamMaskedInput automatically creates and manages this when it parses the mask.
See XamMaskedInput.Sections for more information.
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