TcxCustomNavigatorButtons.GotoBookmark Property
A button that moves the cursor to the previously saved bookmark in the underlying dataset.
Declaration
property GotoBookmark: TcxNavigatorButton index NBDI_GOTOBOOKMARK read; write;
Property Value
Type |
---|
TcxNavigatorButton |
Remarks
This button is enabled if a bookmark was previously set via the SaveBookmark button. You can, however, disable it as and when necessary.
The current bookmark can be removed via the ReleaseBookmark method.
The default index of this button in the collection is NBDI_GOTOBOOKMARK.
See Also