KaxTabControlAppendDataBoundItems Property |
Gets or sets a value that indicates whether child tabs are cleared before
data binding.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override bool AppendDataBoundItems { get; set; }
Public Overrides Property AppendDataBoundItems As Boolean
Get
Set
public:
virtual property bool AppendDataBoundItems {
bool get () override;
void set (bool value) override;
}
abstract AppendDataBoundItems : bool with get, set
override AppendDataBoundItems : bool with get, set
Property Value
Type:
BooleanTrue if child tabs should not be cleared before databinding;
otherwise
false. The default value is
false (child
items will be cleared before databinding).
RemarksThe 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