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

Specifies the template context.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class SmartBoxHistoryItemTemplateContext

Inheritance: objectSmartBoxHistoryItemTemplateContext

Derived Classes: GridSmartBoxHistoryItemTemplateContext

Constructors

C#
public SmartBoxHistoryItemTemplateContext()

Properties

Specifies the text.

C#
public string Text { get; set; }

Specifies the timestamp.

C#
public DateTime Timestamp { get; set; }