Proprietà DedFormBomAddItemResultList
|
Lista bindata alla griglia
Namespace:
DedNet.Forms
Assembly:
DedNet (in DedNet.dll) Versione: 22.4.2.0 (22.4.2.0)
Sintassipublic BindingList<BomItemWrapper> ResultList { get; set; }
Public Property ResultList As BindingList(Of BomItemWrapper)
Get
Set
public:
property BindingList<BomItemWrapper^>^ ResultList {
BindingList<BomItemWrapper^>^ get ();
void set (BindingList<BomItemWrapper^>^ value);
}
member ResultList : BindingList<BomItemWrapper> with get, set
Valore della proprietà
Tipo:
BindingListBomItemWrapper
Vedi anche