Click or drag to resize
KaxTabControlMultiPage Property
Gets the associated KaxMultiPage control if the MultiPageID property is set.

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

Property Value

Type: KaxMultiPage
The KaxMultiPage control associated with the current KaxTabControl control. Will return null (Nothing in VB.NET) if the MultiPageID is not set or a corresponding KaxMultiPage control cannot be found
See Also