[]
        
(Showing Draft Content)

C1.Win.Input.DbNavigator.Items.NavEditor

NavEditor Class

Represents the navigation editor item.

Inheritance
NavEditor
Namespace: C1.Win.Input.DbNavigator.Items
Assembly: C1.Win.Input.DbNavigator.8.dll
Syntax
public class NavEditor : NavItem, INotifyPropertyChanged

Constructors

Name Description
NavEditor()

Initializes a new instance of the NavEditor class.

Properties

Name Description
Regex

Gets or sets a regular expression that defines the input format.

Style

Gets or sets the item custom style.

Methods

Name Description
CreateView(Orientation)

Creates item view.

OnTextChanged(NavItemTextChangedEventArgs)

Rises the TextChanged event.

ResetText()

Restores the default value of the Text property.

ShouldSerializeText()

Specifies whether to save the value of the Text property.

Events

Name Description
TextChanged

Occurs when the item text is changed.