SortByDisplayValues Property (DataMap)
In This Topic
Gets or sets a value that determines whether to use mapped (display) or raw values when sorting the data. The default value is false.
Syntax
'Declaration
Public Property SortByDisplayValues As Boolean
public bool SortByDisplayValues {get; set;}
See Also