Click or drag to resize
UniViewGetItemType Method
Returns item type based on current index and item count.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
protected UniViewItemType GetItemType(
	int index,
	int count
)

Parameters

index
Type: SystemInt32
Item index
count
Type: SystemInt32
Item count

Return Value

Type: UniViewItemType
See Also