| Visual Basic (Declaration) | |
|---|---|
Public MustInherit Class EditSectionBase Inherits SectionBase | |
| C# | |
|---|---|
public abstract class EditSectionBase : SectionBase | |
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.