KaxTabOuterCssClass Property |
Gets or sets the Cascading Style Sheet (CSS) class applied on the outmost tab element (<LI>).
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string OuterCssClass { get; set; }
Public Property OuterCssClass As String
Get
Set
public:
property String^ OuterCssClass {
String^ get ();
void set (String^ value);
}
member OuterCssClass : string with get, set
Property Value
Type:
String
The CSS class applied on the wrapping element (<LI>). The default value is empty string.
Remarks
You can use the OuterCssClass property to specify unique
appearance for the tab, or to insert elements that are before/after the link element.
See Also