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






Gets or sets the description text.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property DescriptionText As String
Visual Basic (Usage)Copy Code
Dim instance As UXDataComboBox
Dim value As String
 
instance.DescriptionText = value
 
value = instance.DescriptionText
C# 
[CategoryAttribute("Common Properties")]
public string DescriptionText {get; set;}
Delphi 
public read-write property DescriptionText: String; 
JScript 
CategoryAttribute("Common Properties")
public function get,set DescriptionText : String
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property string* get_DescriptionText();
public: __property void set_DescriptionText( 
   string* value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property String^ DescriptionText {
   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.