KaxPageViewCollectionItem Property |
Gets the
KaxPageView at the specified index in the
collection.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxPageView this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As KaxPageView
Get
public:
property KaxPageView^ default[int index] {
KaxPageView^ get (int index);
}
member Item : KaxPageView with 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