DataTemplate
Class
Definition
Namespace:Telerik.WinForms.Documents.UI.Mentions
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class DataTemplate
Inheritance: objectDataTemplate
Constructors
Properties
Gets or sets the type for which this DataTemplate is intended.
C#
public Type DataType { get; }
Gets or sets the type of the visual item. It is necessary that the custom element defines a public parameterless contstructor.
C#
public Type VisualType { get; }