Intersoft ClientUI Documentation
ResetAllSortState Method



The column that not included to be reset
Reset all column sort state, except the column that specified
Syntax
Public Sub ResetAllSortState( _
   ByVal defaultSortColumn As UXDataComboBoxColumn _
) 
Dim instance As UXDataComboBox
Dim defaultSortColumn As UXDataComboBoxColumn
 
instance.ResetAllSortState(defaultSortColumn)
public void ResetAllSortState( 
   UXDataComboBoxColumn defaultSortColumn
)
public:
void ResetAllSortState( 
   UXDataComboBoxColumn^ defaultSortColumn
) 

Parameters

defaultSortColumn
The column that not included to be reset
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