Leadtools.MedicalViewer Namespace > MedicalViewerSynchronizationObject Class : Cells Property |
public MedicalViewerSynchronizedCellCollection<MedicalViewerBaseCell> Cells {get;}
'Declaration Public ReadOnly Property Cells As MedicalViewerSynchronizedCellCollection(Of MedicalViewerBaseCell)
'Usage Dim instance As MedicalViewerSynchronizationObject Dim value As MedicalViewerSynchronizedCellCollection(Of MedicalViewerBaseCell) value = instance.Cells
public: property MedicalViewerSynchronizedCellCollection<MedicalViewerBaseCell^>^ Cells { MedicalViewerSynchronizedCellCollection<MedicalViewerBaseCell^>^ get(); }
If the user add a synchronization object to the Synchronization.Objects, the cells collection will be updated as well.
If the user add a cell to the cells collection, the Synchronization.Objects will be updated as well.