Class DoubleGroupStepViewModel
A view-model that encapsulates the editing of the size of the generated Double
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class DoubleGroupStepViewModel : PivotSettingsViewModel, INotifyPropertyChanged, IDisposable, IDialogViewModel, IDataErrorInfo
Properties
Error
Declaration
public string Error { get; }
Property Value
System.
|
Item[String]
Declaration
public string this[string columnName] { get; }
Parameters
System.
|
Property Value
System.
|
SelectedStep
Gets or sets the Telerik.
Declaration
public Nullable<double> SelectedStep { get; set; }
Property Value
System.
|
Methods
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
RetrieveServices(IServiceProvider)
Retrieve the services from the serviceProvider
. You could use the Telerik.
Declaration
protected override void RetrieveServices(IServiceProvider serviceProvider)
Parameters
System. The System. |