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

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class ReferenceTypeViewModel

Inheritance: objectReferenceTypeViewModel

Constructors

C#
public ReferenceTypeViewModel(ReferenceType type, string name)
Parameters:typeReferenceTypenamestring

Properties

C#
public string Name { get; set; }
C#
public ReferenceType Type { get; set; }