Proprietà GridInfoDataListAllSelectedDocs
             | 
          
        
        
            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 AllSelectedDocs { get; }Public ReadOnly Property AllSelectedDocs As DocStructInfoList
	Get
public:
property DocStructInfoList^ AllSelectedDocs {
	DocStructInfoList^ get ();
}member AllSelectedDocs : DocStructInfoList with get
Valore della proprietà
DocStructInfoList
Vedi anche