Infragistics(R) NetAdvantage(R) : Silverlight 2011.2
SectionsCollection Class
Members  See Also  E-mail your feedback on this topic.
Infragistics.Controls.Editors Namespace : SectionsCollection Class

Read-only collection that contains SectionBase derived class instances.

Syntax

Visual Basic (Declaration) 
Public Class SectionsCollection 
   Inherits System.Collections.ObjectModel.ReadOnlyObservableCollection(Of SectionBase)
C# 
public class SectionsCollection : System.Collections.ObjectModel.ReadOnlyObservableCollection<SectionBase> 

Remarks

XamMaskedInput creates this collection when it parses its mask. XamMaskedInput's XamMaskedInput.Sections property returns this collection. See XamMaskedInput.Sections for more information.

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 Also