Skip to content

DevExpress-Examples/winforms-property-grid-custom-sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files to look at:

How to sort properties using the CustomPropertyDescriptors event

This example shows how to display an object's properties in PropertyGridControl in a custom order. Properties are sorted via the CustomPropertyDescriptors event.

By default, properties are sorted according to their display names. To display properties in a custom order, the properties are sorted, and then the sorted collection is assigned to the event's Properties parameter.


About

Sort object properties in a custom order in the WinForms Property Grid.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •