Infragistics2.Shared.v8.1
IKeyedSubObject Interface
See Also  Members  
Infragistics.Shared Namespace : IKeyedSubObject Interface

Interface used by sub objects that will be part of a keyed collection (where each item can be accessed either through a zero based index or a string key.

Syntax

Visual Basic (Declaration) 
Public Interface IKeyedSubObject 
C# 
public interface IKeyedSubObject 

See Also