Gets or sets the index of the first item in the current selection
or returns negative one (-1) if the selection is empty.
This is a dependency property.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:
PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public int SelectedIndex { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property SelectedIndex As Integer |
| Visual C++ |
|---|
public:
property int SelectedIndex {
int get ();
void set (int value);
} |
Field Value
The index of the selected.
See Also