DefaultSortPropertyId Property
Gets or sets the system name of the property that is used to sort the grid rows by default. This will be used as the final sort column when sorting on other columns.
Syntax
public System.string DefaultSortPropertyId {get; set;}Public Property DefaultSortPropertyId As System.StringRemarks
This defaults to the Entity Name property. Thus, if the user chooses to sort by Revision Name, then if two revisions have the same name, the Entity Name would be the final sort criteria