sortNewestToOldestDataGridFilteringLabel property

  1. @override
String sortNewestToOldestDataGridFilteringLabel

The label that is displayed in the filter view in SfDataGrid for Sort Newest to Oldest option in the popup menu.

Implementation

@override
String get sortNewestToOldestDataGridFilteringLabel =>
    r'Ordenar do mais recente ao mais antigo';