| ItemDescriptionListTUnderlyingList Property  | 
            Gets the underlying list.
            
 
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<T> UnderlyingList { get; }Public ReadOnly Property UnderlyingList As IList(Of T)
	Get
public:
property IList<T>^ UnderlyingList {
	IList<T>^ get ();
}member UnderlyingList : IList<'T> with get
Property Value
Type: 
IListT
See Also