Class SortingOptionsViewModel
A view-model that encapsulates the editing of a Sort
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class SortingOptionsViewModel : PivotSettingsViewModel, INotifyPropertyChanged, IDisposable, IDialogViewModel
Properties
AvailableComparers
Gets the Group
Declaration
public IList<GroupComparerOption> AvailableComparers { get; }
Property Value
System.
|
SelectedAscendingComparer
Gets or sets the selected ascending Group
Declaration
public GroupComparerOption SelectedAscendingComparer { get; set; }
Property Value
SelectedDescendingComparer
Gets or sets the selected descending Group
Declaration
public GroupComparerOption SelectedDescendingComparer { get; set; }
Property Value
SortOrder
Gets or sets the selected Sort
Declaration
public SortOrder SortOrder { get; set; }
Property Value
Methods
AttachToServices()
Attach to the new services.
Declaration
protected override void AttachToServices()
Overrides
ExecuteOk(Object)
Handles the Ok execution.
Declaration
protected override void ExecuteOk(object parameter)
Parameters
System.
|
Overrides
OnPivotSettingsChanged()
Handles the Pivot
Declaration
protected override void OnPivotSettingsChanged()
Overrides
RetrieveServices(IServiceProvider)
Retrieve the services from the serviceProvider
. You could use the Telerik.
Declaration
protected override void RetrieveServices(IServiceProvider serviceProvider)
Parameters
System. The System. |