Positioning of header

Tab headers can be positioned either above the content or below the content; it can be done by setting the TabHeaderPosition property of SfTabView.

tabView.TabHeaderPosition = TabHeaderPosition.Bottom;

When the header is not needed, set the DisplayMode property of SfTabView to NoHeader.