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

Abstract base class for non-literal sections.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class EditSectionBase 
   Inherits SectionBase
C# 
public abstract class EditSectionBase : SectionBase 

Remarks

EditSectionBase is a base class for all editable 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.

See Also