Specifies the selected item in the tab control
Namespace: Ico.WPF.SpecializedAssembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public Object SelectedItem { get; private set; } |
Visual Basic |
---|
Public Property SelectedItem As Object Get Private Set |
JScript |
---|
function get SelectedItem () : Object private function set SelectedItem (value : Object) |