SelectedObject Property

Summary
Gets or sets the object whose settings are edited by the grid.
Syntax
C#
VB
C++
public object SelectedObject { get; set; } 
Public Property SelectedObject() As Object 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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