Click or drag to resize
KaxTabControlAppendDataBoundItems Property

Gets or sets a value that indicates whether child tabs are cleared before data binding.

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 bool AppendDataBoundItems { get; set; }

Property Value

Type: Boolean
True if child tabs should not be cleared before databinding; otherwise false. The default value is false (child items will be cleared before databinding).
Remarks

The AppendDataBoundTabs property allows you to add items to the KaxTabStrp control before data binding occurs. After data binding, the items collection contains both the items from the data source and the previously added items.

The value of this property is stored in view state.

See Also