New to Telerik UI for WPFStart a free 30-day trial

Represents base for the view models of the dialogs.

Definition

Constructors

Initializes a new instance of the DialogViewModelBase(T) class.

C#
protected DialogViewModelBase(T context)
Parameters:contextT

The context.

Properties

Gets the context.

C#
protected T Context { get; }
Property Value:

The context.