Version

DisplayCharBase Class

Base type for all DisplayCharacter classes.
Syntax
'Declaration
 
Public MustInherit Class DisplayCharBase 
   Inherits Infragistics.PropertyChangeNotifier
public abstract class DisplayCharBase : Infragistics.PropertyChangeNotifier 
Remarks

When XamMaskedEditor parses a mask (specified via XamMaskedEditor's XamMaskedEditor.Mask property), the result is a collection of SectionBase derived classes. Each Section in turn is a collection of display characters. Section's SectionBase.DisplayChars property returns the display characters of a section. XamMaskedEditor returns the collection of sections via its XamMaskedEditor.Sections property. It also exposes XamMaskedEditor.DisplayChars property that returns a collection of display characters that contains the aggregate display characters from all sections.

Note: Typically there is no need for you to directly create or use display characters. XamMaskedEditor will automatically create and manage these objects based on the supplied mask.

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