ObjectsListTIsApplicable(Int32, Int32) Method

Returns if the given page can be handled by the current instance of an object, otherwise .

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public bool IsApplicable(
	int startingFromPage,
	int pageIndex
)

Parameters

startingFromPage  Int32
pageIndex  Int32
Page index to determine result for.

Return Value

Boolean
Returns if the given page can be handled by the current instance of an object, otherwise .

See Also