New to Telerik UI for WinFormsStart a free 30-day trial

ITraversable

Interface

Represent a interface that is traversable

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public interface ITraversable

Derived Classes: GridViewChildRowCollectionGridViewPinnedRowCollectionGridViewSummaryRowCollectionGridViewSystemRowCollection

Properties

Gets the count.

C#
int Count { get; }
Property Value:

The count.

Gets the item at the specified index.

C#
object this[int index] { get; }
Parameters:indexint
In this article
DefinitionPropertiesCountthis[int]
Not finding the help you need?
Contact Support