public override bool IsEnabled(MDTableContext context) { return(TableSorter.CanSort(context.MetaDataTableVM.TableInfo) && context.Records.Length > 1 && context.ContiguousRecords()); }
static bool IsEnabledInternal(MDTableContext context) => TableSorter.CanSort(context.MetaDataTableVM.TableInfo) && context.Records.Length > 1 && context.ContiguousRecords();
public override bool IsEnabled(MDTableContext context) { return(TableSorter.CanSort(context.MetaDataTableVM.TableInfo)); }
static bool IsEnabledInternal(MDTableContext context) => TableSorter.CanSort(context.MetaDataTableVM.TableInfo);