SelectedObject Property

Summary
Gets or sets the object whose settings are edited by the grid.
Syntax
C#
C++/CLI
public object SelectedObject { get; set; } 
public: 
property Object^ SelectedObject { 
   Object^ get(); 
   void set ( Object^ ); 
} 

Property Value

The first object in the object list. If there is no currently selected object the return is null.

Requirements

Target Platforms
Remarks The SelectedObject property sets a single object into the grid to be browsed. If multiple objects are being browsed, this property returns the first one in the list. If no objects are selected, null is returned.

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.