Class Top10FilterViewModel
A view-model that encapsulates the editing of Top10 typed filters for a Label's Description.
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class Top10FilterViewModel : PivotSettingsViewModel, INotifyPropertyChanged, IDisposable, IDialogViewModel
Properties
AvailableFilterTypes
Gets the Telerik.
Declaration
public IList<object> AvailableFilterTypes { get; }
Property Value
System.
|
AvailableSelections
Gets the Sorted
Declaration
public IList<object> AvailableSelections { get; }
Property Value
System.
|
AvailableValueSources
Gets the Value
Declaration
public IList<ValueSourceOption> AvailableValueSources { get; }
Property Value
System.
|
Items
Gets or sets the number of items to pass in a Telerik.
Declaration
public int Items { get; set; }
Property Value
System.
|
Percent
Gets or sets the percent of total value to be aggregated by the passing groups in Telerik.
Declaration
public double Percent { get; set; }
Property Value
System.
|
SelectedFilterType
Gets or sets the available Telerik.
Declaration
public object SelectedFilterType { get; set; }
Property Value
System.
|
SelectedSelection
Gets or sets the selected Sorted
Declaration
public object SelectedSelection { get; set; }
Property Value
System.
|
SelectedValueSource
Gets or sets the selected Value
Declaration
public ValueSourceOption SelectedValueSource { get; set; }
Property Value
Sum
Gets or sets the percent of total value to be aggregated by the passing groups in Telerik.
Declaration
public double Sum { get; set; }
Property Value
System.
|
Methods
AttachToServices()
Attach to the new services.
Declaration
protected override void AttachToServices()
Overrides
CanExecuteOk(Object)
Checks if the Ok System.
Declaration
protected override bool CanExecuteOk(object parameter)
Parameters
System. The parameters. |
Returns
System. True if System. |
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. |