KaxPageViewMultiPage Property |
Gets the
KaxMultiPage control which contains the current KaxPageView
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxMultiPage MultiPage { get; }
Public ReadOnly Property MultiPage As KaxMultiPage
Get
public:
property KaxMultiPage^ MultiPage {
KaxMultiPage^ get ();
}
member MultiPage : KaxMultiPage with 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