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