Intersoft ClientUI Documentation
DescriptionMemberPath Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXDataComboBox Class : DescriptionMemberPath Property






Gets or sets the description member path.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property DescriptionMemberPath As String
Visual Basic (Usage)Copy Code
Dim instance As UXDataComboBox
Dim value As String
 
instance.DescriptionMemberPath = value
 
value = instance.DescriptionMemberPath
C# 
[CategoryAttribute("Common Properties")]
public string DescriptionMemberPath {get; set;}
Delphi 
public read-write property DescriptionMemberPath: String; 
JScript 
CategoryAttribute("Common Properties")
public function get,set DescriptionMemberPath : String
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property string* get_DescriptionMemberPath();
public: __property void set_DescriptionMemberPath( 
   string* value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property String^ DescriptionMemberPath {
   String^ get();
   void set (    String^ 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.