Click or drag to resize
KaxPageViewMultiPage Property
Gets the KaxMultiPage control which contains the current KaxPageView

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
A KaxMultiPage object which contains the current KaxPageView. Null (Nothing in VB.NET) is returned if the current KaxPageView is not added in a KaxMultiPage control.
See Also