Class DialogViewModelBase<T>
Represents base for the view models of the dialogs.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public abstract class DialogViewModelBase<T> : NotifyPropertyChangedBase, INotifyPropertyChanged 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. |