Version

Search Results

DefaultSize Property (UltraComboEditor)

Returns the default size of the control Syntax

DisplayMember Property (UltraComboEditor)

Gets/sets the name of the property in the data source whose contents to display in the dropdown. Syntax Remarks If an external ValueList has already been assigned to the ValueList property and that ValueList does not support data binding (generally not a BindableValueList), an exception will be thrown when trying ...

Dispose(Boolean) Method

Clean up any resources being used. Syntax Parameters disposing

Dispose Method (UltraComboEditor)

Clean up any resources being used. Overload List

DropDown Method (UltraComboEditor)

Displays the list portion of the control. Syntax Return Value A boolean indicating whether the dropdown list was displayed. Remarks If the list portion is already visible, the DropDown method does nothing and returns true. When the DropDown method is called, the BeforeDropDown event is fired. If the event is cance...

DropDownButtonAlignment Property (UltraComboEditor)

Gets/sets the alignment for the dropdown button. Syntax Remarks The UltraComboEditor control provides the ability to situate the dropdown button on either the right (default) or left side of the control. Example This sample shows how to swap the alignment of the controls from left to right.

DropDownButtonDisplayStyle Property (UltraComboEditor)

Gets/sets the display style for the controls dropdown button. Syntax Remarks The UltraComboEditor control provides the ability to control whether the dropdown button is displayed. When set to Always (default), the dropdown button is always displayed, as is the case with an intrinsic ComboBox control. When set to N...

DropDownListAlignment Property

Gets/sets the alignment for the list portion of the control. Syntax Remarks The UltraComboEditor control provides the ability to align the dropdown list with the left, right (default) or center of the edit portion of the control. Example This sample shows how to swap the alignment of the controls from left to righ...