ClassDialogViewModelBase<T>
Class
Represents dialog view-model base class.
Definition
Namespace:Telerik.UI.Xaml.Controls.PdfViewer.Dialogs.ViewModels
Assembly:Telerik.WinUI.Controls.PdfViewer.dll
Type Parameters:
T
Syntax:
cs-api-definition
public class DialogViewModelBase<T> : ViewModelBase, INotifyPropertyChanged where T : FixedDocumentViewerDialogContext
Inheritance: objectViewModelBaseDialogViewModelBase<T>
Derived Classes:
Implements:
Inherited Members
Properties
Context
Gets the context.
Declaration
cs-api-definition
protected T Context { get; }
Property Value
T
The context.