Gets or sets the object for which the grid displays properties.
public object[] SelectedObjects { get; set; }
Public Property SelectedObjects() As Object()
public:
property array<Object^>^ SelectedObjects {
array<Object^>^ get();
void set ( array<Object^>^ );
}
An array of type Object. The default is an empty array.
The DicomPropertyGrid only displays the properties that are common to all the objects that are in the array. Assigning an array to the SelectedObjects replaces the reference to any SelectedObject you might make.
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