Infragistics2.Shared.v8.1
KeyedSubObjectBase Class
See Also  Members  
Infragistics.Shared Namespace : KeyedSubObjectBase Class

Abstract base class which implements IKeyedSubObject for 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)

Object Model


Syntax

Visual Basic (Declaration) 
Public MustInherit Class KeyedSubObjectBase 
   Inherits SubObjectBase
   Implements IKeyedSubObjectIKeyedSubObjectEx 
C# 
public abstract class KeyedSubObjectBase : SubObjectBase, IKeyedSubObjectIKeyedSubObjectEx  

See Also