Intersoft ClientUI Documentation
SortMemberPath Property (UXDataComboBoxColumn)



Gets or sets the column sort path.
Syntax
Public Property SortMemberPath As String
Dim instance As UXDataComboBoxColumn
Dim value As String
 
instance.SortMemberPath = value
 
value = instance.SortMemberPath
public string SortMemberPath {get; set;}
public:
property String^ SortMemberPath {
   String^ get();
   void set (    String^ value);
}
Remarks

When sorting is enabled, you can specify the SortMemberPath property of UXPageableComboBox column to a value that represents the member path for sorting. If not specified, the SortMemberPath property will be automatically set to the member path defined in the Binding 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

UXDataComboBoxColumn Class
UXDataComboBoxColumn Members

Send Feedback