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