Click or drag to resize

KryptonWorkspaceCanMovePagePrevious Method

Can the provided page be moved to the previous cell.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool CanMovePagePrevious(
	KryptonPage page
)

Parameters

page
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Page to test.

Return Value

Type: Boolean
True if it can be moved to the previous cell; otherwise false.
See Also