[]
Represents the navigation editor item.
public class NavEditor : NavItem, INotifyPropertyChanged
| Name | Description |
|---|---|
| NavEditor() | Initializes a new instance of the NavEditor class. |
| Name | Description |
|---|---|
| Regex | Gets or sets a regular expression that defines the input format. |
| Style | Gets or sets the item custom style. |
| 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. |
| Name | Description |
|---|---|
| TextChanged | Occurs when the item text is changed. |