Class ReferenceContentViewModel
Inheritance
System.Object
ReferenceContentViewModel
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class ReferenceContentViewModel : Object
Constructors
ReferenceContentViewModel(ReferenceContentType, String)
Declaration
public ReferenceContentViewModel(ReferenceContentType type, string name)
Parameters
ReferenceContentType
type
|
System.String
name
|
Properties
ContentType
Declaration
public ReferenceContentType ContentType { get; set; }
Property Value
ReferenceContentType
|
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
System.String
|