KryptonWorkspaceCanMovePagePrevious Method |
Can the provided page be moved to the previous cell.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool CanMovePagePrevious(
KryptonPage page
)
Parameters
- page KryptonPage
- Page to test.
Return Value
BooleanTrue if it can be moved to the previous cell; otherwise false.
See Also