Interface
IActionSheetView

Definition

Namespace:Telerik.Blazor.Components.Common.Sheets.Interfaces

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public interface IActionSheetView

Properties

ContentTemplate

Declaration

cs-api-definition
RenderFragment ContentTemplate { get; set; }

Property Value

RenderFragment

DataId

Declaration

cs-api-definition
string DataId { get; set; }

Property Value

string

FooterTemplate

Declaration

cs-api-definition
RenderFragment FooterTemplate { get; set; }

Property Value

RenderFragment

TitleTemplate

Declaration

cs-api-definition
RenderFragment TitleTemplate { get; set; }

Property Value

RenderFragment