Returns a Boolean value that determines whether the MaxMRUItems property is set to its default value. Syntax Return Value Boolean indicating whether the property should be serialized Remarks Returns True if the MaxMRUItems property is not set to its default value; otherwise, it returns False. Invoke the ResetMaxMR...
Determines whether the MRUList property should be serialized Syntax Return Value Boolean indicating whether the property should be serialized Example
Returns a Boolean value that determines whether the SortStyle property is set to its default value. Syntax Return Value Boolean indicating whether the property should be serialized Remarks Returns True if the SortStyle property is not set to its default value; otherwise, it returns False. Invoke the ResetSortStyle...
Gets/sets the sorting style applied to the controls Items collection. Syntax Remarks The UltraComboEditor control provides the ability to sort the items in its dropdown list. The value of the SortStyle property dictates the order in which items will appear. Example This sample initializes the items collection of a...