Intersoft ClientUI Documentation
DescriptionVisibility Property (UXDataComboBox)



Gets or sets the description visibility.
Syntax
<CategoryAttribute("Common Properties")>
Public Property DescriptionVisibility As Visibility
Dim instance As UXDataComboBox
Dim value As Visibility
 
instance.DescriptionVisibility = value
 
value = instance.DescriptionVisibility
[CategoryAttribute("Common Properties")]
public Visibility DescriptionVisibility {get; set;}
[CategoryAttribute("Common Properties")]
public:
property Visibility DescriptionVisibility {
   Visibility get();
   void set (    Visibility value);
}
Remarks

DescriptionText is represents the additional information about the selected item which is displayed at the right side of the UXPageableComboBox. It will be displayed when the UXPageableComboBox is not focused. This feature can be enabled by set the DescriptionVisibility property to Visible and remember to bind the member path of the data source to the DescriptionMemberPath property.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXDataComboBox Class
UXDataComboBox Members

Send Feedback