Class DialogViewModelBase<T>
Represents base for the view models of the dialogs.
Inheritance
System.Object
DialogViewModelBase<T>
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public abstract class DialogViewModelBase<T> : NotifyPropertyChangedBase where T : RadSpreadsheetDialogContext
Type Parameters
T
The type of the context. |
Constructors
DialogViewModelBase(T)
Initializes a new instance of the DialogViewModelBase(T) class.
Declaration
protected DialogViewModelBase(T context)
Parameters
T
context
The context. |
Properties
Context
Gets the context.
Declaration
protected T Context { get; }
Property Value
T
The context. |