ExtendedListTItems Property
Gets or sets the underlying list of items.
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public List<T> Items { get; set; }
Public Property Items As List(Of T)
Get
Set
public:
property List<T>^ Items {
List<T>^ get ();
void set (List<T>^ value);
}
member Items : List<'T> with get, set
Property Value
ListT