SelectedObjects Property (original) (raw)

Summary

Gets or sets the object for which the grid displays properties.

Syntax

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
RemarksThe 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.

Leadtools.Dicom.Common Assembly