Proprietà DedFormBomAddItemResultList
|
Lista bindata alla griglia
Namespace: DedNet.FormsAssembly: DedNet (in DedNet.dll) Versione: 28.1.0-RC6
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à
BindingListBomItemWrapper
Vedi anche