SelectedObjects Property

Summary
Gets or sets the object for which the grid displays properties.
Syntax
C#
C++/CLI
public object[] SelectedObjects { get; set; } 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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