Version

Search Results

Value Property (UltraComboEditor)

Gets/sets the controls current value. Available only at runtime. Syntax Remarks The Value property corresponds to the DataValue property of the controls SelectedItem. When the controls DropDownStyle property is set to DropDownList, and the SelectedItem is null (Nothing in VB), the Value property will also return n...

ValueList Property (UltraComboEditor)

Gets/sets the ValueList used by the control Syntax Remarks Note: If the control is bound through the DataSource property, an exception will be thrown when assigning a new ValueList to this property, since the list should be provided by the binding. Additionally, if a ValueList has already been assigned to this pro...

ValueMember Property (UltraComboEditor)

Gets/sets the name of the property in the data source from which to retrieve the values associated with items in the dropdown. Syntax Remarks To specify that the value of the control should return the entire ListObject of the item, instead of any individual field on that item, set ValueMember to Infragistics.Win.B...

ZoomGesture Event (UltraComboEditor)

Syntax Event Data The event handler receives an argument of type Infragistics.Win.Touch.ZoomGestureEventArgs containing data related to this event. The following ZoomGestureEventArgs properties provide information specific to this event.Property Description Center Distance Gesture Handled (Inherited from Infragist...

UltraComboEditor Constructor

Constructor Syntax