SelectedObjects Property

Summary
Gets or sets the object for which the grid displays properties.
Syntax
C#
VB
C++
public object[] SelectedObjects { get; set; } 
Public Property SelectedObjects() As Object() 
public: 
property array<Object^>^ SelectedObjects { 
   array<Object^>^ get(); 
   void set (    array<Object^>^ ); 
} 

Property Value

An array of type Object. The default is an empty array.

Requirements

Target Platforms
Remarks 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.

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.