RadControls for WPF

Represents the behavior for navigation in the sections.

Namespace: Telerik.Windows.Controls.MaskedInput.Sections
Assembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.1.403.40

Syntax

C#
public enum SectionsNavigationMode
Visual Basic
Public Enumeration SectionsNavigationMode

Members

Member nameValueDescription
None0 No navigation.
Once1 Sections are traversed once.
Cycle2 Sections are cycled.

See Also