Click or drag to resize
KaxTabIsSeparator Property
Gets or sets a value indicating whether the tab will behave as separator.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool IsSeparator { get; set; }

Property Value

Type: Boolean
true if the tab is separator; otherwise false. The default value is false.
Remarks
Use separators to visually separate the tabs. You also need to specify the width of the separator tab through the Width property.
See Also