Class DetailTemplateSettings
Inheritance
System.Object
DetailTemplateSettings
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class DetailTemplateSettings : Object
Constructors
DetailTemplateSettings()
Declaration
public DetailTemplateSettings()
Properties
Hyperlink
Gets or sets the hyperlink associated with the detail cell.
Declaration
public Hyperlink Hyperlink { get; set; }
Property Value
Type | Description |
---|---|
Hyperlink | A Hyperlink object representing the cell's hyperlink. During exporting the corresponding cell value is rendered with hyperlink. |
Text
Gets or sets the text content of the detail cell.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text representing the content of the cell. Here you can specify the value you want to display on the detail cell while exporting. |