How can I help you?
Positioning of header
Tab headers can be positioned either above the content or below the content, it can be done by setting TabHeaderPosition property of SfTabView.
tabView.TabHeaderPosition = TabHeaderPosition.Bottom;When header is not needed we can set DisplayMode of SfTabView as NoHeader.