sortOldestToNewestDataGridFilteringLabel property

  1. @override
String sortOldestToNewestDataGridFilteringLabel

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

Implementation

@override
String get sortOldestToNewestDataGridFilteringLabel =>
    r'Sortuj od najstarszych do najnowszych';