Telerik.Web.Mvc.UI.CalendarHtmlBuilder.HeaderTag C# (CSharp) Method

HeaderTag() public method

public HeaderTag ( ) : IHtmlNode
return IHtmlNode
        public IHtmlNode HeaderTag()
        {
            IHtmlNode header = new HtmlTag("thead").AddClass("t-week-header");

            return header;
        }