IcxNavigator Members
Implementing this interface allows controls to have their navigation managed by the TcxNavigator control.Methods
| Name | Description |
|---|---|
| CanAppend | Returns whether the Append button is enabled. |
| CanDelete | Returns whether the Delete button should be enabled. |
| CanEdit | Returns whether editing can be performed. |
| CanInsert | Returns whether the Insert button should be enabled. |
| ClearBookmark | Clears a saved bookmark when it becomes invalid. |
| DoAction(Integer) | Performs an associated action in response to a button click. |
| GetNotifier | Provides access to a navigator notifier. |
| IsActionSupported(Integer) | Returns whether an action is associated with a button. |
| IsActive | Returns whether a navigator is linked to a navigated control. |
| IsBof | Returns whether the control is at the beginning of its navigable range. |
| IsBookmarkAvailable | Returns whether the control is able to bookmark or save its position within its navigable range. |
| IsEditing | Returns whether the control is currently being Edited. |
| IsEof | Returns whether the control is at the end of its navigable range. |
See Also