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

LiteralSection class.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class LiteralSection 
   Inherits SectionBase
C# 
public sealed class LiteralSection : SectionBase 

Remarks

A LiteralSection is created for each continous occurrences of literals in the mask.

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.

See Also