←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly