ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / TabTagHelper Class / Pane Property

In This Topic
    Pane Property (TabTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Tab.Pane. Sets the selector string to determine tab's content element.
    Syntax
    'Declaration
     
    Public Property Pane As String
    public string Pane {get; set;}
    See Also