ClassDataTemplate
Class
Definition
Namespace:Telerik.WinForms.Documents.UI.Mentions
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class DataTemplate
Inheritance: objectDataTemplate
Constructors
DataTemplate(Type, Type)
Creates a new DataTemplate instance. This object maps a visual type to a data type.
Properties
DataType
Gets or sets the type for which this DataTemplate is intended.
VisualType
Gets or sets the type of the visual item. It is necessary that the custom element defines a public parameterless contstructor.