KaxTabIsSeparator Property |
Gets or sets a value indicating whether the tab will behave as separator.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public bool IsSeparator { get; set; }
Public Property IsSeparator As Boolean
Get
Set
public:
property bool IsSeparator {
bool get ();
void set (bool value);
}
member IsSeparator : bool with get, set
Property Value
Type:
Booleantrue 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