'Declaration Public MustInherit Class SectionBase Inherits Infragistics.PropertyChangeNotifier
public abstract class SectionBase : Infragistics.PropertyChangeNotifier
When XamMaskedInput parses a mask (specified via XamMaskedInput's XamMaskedInput.Mask property), the result is a collection of SectionBase derived classes. Each Section in turn is a collection of display characters. Section's DisplayChars property returns the display characters of a section. XamMaskedInput returns the collection of sections via its XamMaskedInput.Sections property. It also exposes XamMaskedInput.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 sections. XamMaskedInput will automatically create and manage these objects based on the supplied mask.
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