Proprietà GridInfoDataListSelectedFromDocs
             | 
          
        
        
            Restituisce la lista dei documenti di partenza che risultano selezionati.
            All'interno ci possono essere anche i DocStructInfo che il client mi ha passato di file non ancora registrati nel Database.
            Restituisce sempre una lista inizializzata.
            
        
        Namespace: DedNet.CommandsAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassipublic DocStructInfoList SelectedFromDocs { get; }Public ReadOnly Property SelectedFromDocs As DocStructInfoList
	Get
public:
property DocStructInfoList^ SelectedFromDocs {
	DocStructInfoList^ get ();
}member SelectedFromDocs : DocStructInfoList with get
Valore della proprietà
DocStructInfoList
Vedi anche