Intersoft.Client.UI.Data Namespace > UXDataComboBox Class : DescriptionMemberPath Property |
<CategoryAttribute("Common Properties")> Public Property DescriptionMemberPath As String
Dim instance As UXDataComboBox Dim value As String instance.DescriptionMemberPath = value value = instance.DescriptionMemberPath
[CategoryAttribute("Common Properties")] public string DescriptionMemberPath {get; set;}
[CategoryAttribute("Common Properties")] public: property String^ DescriptionMemberPath { String^ get(); void set ( String^ value); }
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.
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