Class
SmartBoxHistoryItemTemplateContext

Specifies the template context.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SmartBoxHistoryItemTemplateContext

Inheritance: objectSmartBoxHistoryItemTemplateContext

Derived Classes: GridSmartBoxHistoryItemTemplateContext

Constructors

SmartBoxHistoryItemTemplateContext()

Declaration

cs-api-definition
public SmartBoxHistoryItemTemplateContext()

Properties

Text

Specifies the text.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

Timestamp

Specifies the timestamp.

Declaration

cs-api-definition
public DateTime Timestamp { get; set; }

Property Value

DateTime