SelectedObject Property (original) (raw)

Summary

Gets or sets the object whose settings are edited by the grid.

Syntax

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

Leadtools.Dicom.Common Assembly