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.

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.

Requirements

Target Platforms

Help Version 23.0.2024.3.20
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.