ArcFM Desktop Developer Guide
CurrentItem Property (RangeComboBox)


This is the property that should be databound to set the CurrentItem. By setting this property instead of SelectedItem, we can first filter the list that is the ItemsSource and then set the SelectedItem.
Syntax
'Declaration
 
Public Property CurrentItem As Object
'Usage
 
Dim instance As RangeComboBox
Dim value As Object
 
instance.CurrentItem = value
 
value = instance.CurrentItem
public object CurrentItem {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

RangeComboBox Class
RangeComboBox Members

 

 


Send Comment