Click or drag to resize
KaxTabValue Property
Gets or sets custom (user-defined) data associated with the current tab.

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

Property Value

Type: String
A string representing the user-defined data. The default value is emptry string.
Remarks
Use the Value property to associate custom data with a KaxTab object.
See Also