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:
C#
public abstract class DialogViewModelBase<T> : NotifyPropertyChangedBase where T : RadSpreadsheetDialogContext
Inheritance: objectDialogViewModelBase<T>
Derived Classes:
Constructors
Initializes a new instance of the DialogViewModelBase(T) class.
C#
protected DialogViewModelBase(T context)
The context.
Properties
Gets the context.
C#
protected T Context { get; }
The context.