Fired before the control exits edit mode Syntax Event Data The event handler receives an argument of type Infragistics.Win.BeforeExitEditModeEventArgs containing data related to this event. The following BeforeExitEditModeEventArgs properties provide information specific to this event.Property Description ApplyCha...
Gets/sets the border style used by the control. Syntax Example This example uses the DisplayStyle property to set the controls visual look and feel based on the operating system.
Gets/sets the Infragistics.Win.AppearanceBase object used by the controls dropdown button and spin buttons. Syntax Example This example sets the various appearances of the UltraWinEditors controls so that they have a light blue gradient background, and a dark blue foreground.
Gets/sets the style for the controls dropdown button. Syntax Example This example sets the various appearances of the UltraWinEditors controls so that they have a light blue gradient background, and a dark blue foreground.
Hides the calendar portion of the control. Syntax Example This example uses the CloseUp method to programmatically hide the dropdown calendar each time the value changes.