Click or drag to resize
KaxPageViewCollectionItem Property
Gets the KaxPageView at the specified index in the collection.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxPageView this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the KaxPageView to retrieve from the collection.

Property Value

Type: KaxPageView
Remarks
Use this indexer to get a KaxPageView from the collection at the specified index, using array notation.
See Also