MindFusion.UI for WebForms Programmer's Guide

TabControl.TabHeaderCssClass Property

See Also
 





Gets or sets the CSS class, defining the common style of child tabs' header.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public string TabHeaderCssClass { get; set; }

Visual Basic  Copy Code

Public Property TabHeaderCssClass As String

 Property Value

Type: String

 See Also