Gets the Leadtools.MedicalViewer.MedicalViewerMultiCell controls that support 3D features.
public BindingList<MedicalViewerMultiCell> SupportedCells { get; }
Public ReadOnly Property SupportedCells As BindingList(Of MedicalViewerMultiCell)
public:
property BindingList<MedicalViewerMultiCell^>^ SupportedCells {
BindingList<MedicalViewerMultiCell^>^ get();
}
Type: BindingList The Leadtools.MedicalViewer.MedicalViewerMultiCell controls that support 3D features.
If SupportAllCells is set to false only cells in this list will support 3D options. If the SupportAllCells is set to true, the cells in this list will be ignored.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET