In This Topic
            
            Gets/Sets a sort mode that should be used during re-addressing. Should be in range from 0 (default) to the value returned by SortModesCount property -1.
            
            
            Syntax
            
            
            
            
            public uint SortModeIndex {get; set;}
             
        
            
            public:
property uint SortModeIndex {
   uint get();
   void set (    uint value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            See Also