Version

Search Results

Value Property (UltraCurrencyEditor)

Gets/sets the controls current value. Syntax Remarks The UltraCurrencyEditor control provides the ability to restrict the range of values that will be accepted by the control. This is accomplished by setting the MinValue and MaxValue properties. When the control loses focus with a value that is outside the range d...

ValueObject Property (UltraCurrencyEditor)

Gets/sets the controls value as a System.Object. Available only at runtime. Syntax Remarks The ValueObject property is bindable; it is provided so that the control can be bound to data fields that are nullable. Unless explicitly set to null (Nothing in VB), it returns the value of the controls Value property. If s...

ValueObjectChanged Event (UltraCurrencyEditor)

Fired when the controls Value has changed Syntax

ZoomGesture Event (UltraCurrencyEditor)

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

UltraCurrencyEditor Constructor

Constructor Syntax

UltraDateTimeEditor Class

Infragistics UltraDateTimeEditor control Syntax Remarks The UltraDateTimeEditor control provides functionality similar to the intrinsic DateTimePicker provided by the .NET framework, with additional features, such as: The edit portion also has its own Infragistics.Win.AppearanceBase object, and as such can have a ...