Represents the behavior for navigation in the sections.
Definition
Namespace:Telerik.Windows.Controls.MaskedInput.Sections
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public enum SectionsNavigationMode
Fields
Sections are cycled.
C#
Cycle = 2
No navigation.
C#
None = 0
Sections are traversed once.
C#
Once = 1