Gets or sets whether the cell is selected.
Object.defineProperty(LayoutManagerItem.prototype, 'selected',
get: function(),
set: function(value)
)
selected: boolean;
true if the cell is selected, false if the cell is not selected.
Selection of the cell can be either through this property, or by clicking the cell using the mouse or the touch, it also can be done by adding this instance to the SelectedItems collection.
To get a list of the selected cells, refer to SelectedItems.
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