Click or drag to resize
KaxMultiPageRenderSelectedPageOnly Property
Gets or sets a value indicating whether to render only the currently selected KaxMultiPage.

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

Property Value

Type: Boolean
True if only the current KaxMultiPage should be rendered; otherwise false. The default value is false which means all pageviews will be rendered.
Remarks
Use the RenderSelectedPageOnly to make the KaxMultiPage control render only the selected KaxMultiPage. This can save output size because by default all pageviews are rendered. If RenderSelectedPageOnly is set to true KaxMultiPage will make a request to the server in order to change the selected pageview.
See Also