Click or drag to resize
SplitterItemsCollectionItem Property

Gets a SplitterItem 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 SplitterItem this[
	int index
] { get; }

Parameters

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

Property Value

Type: SplitterItem
Remarks

Use this indexer to get a SplitterItem from the collection at the specified index, using array notation.

See Also