KaxMultiPageRenderSelectedPageOnly Property |
Gets or sets a value indicating whether to render only the currently selected
KaxMultiPage.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public bool RenderSelectedPageOnly { get; set; }
Public Property RenderSelectedPageOnly As Boolean
Get
Set
public:
property bool RenderSelectedPageOnly {
bool get ();
void set (bool value);
}
member RenderSelectedPageOnly : bool with get, set
Property Value
Type:
BooleanTrue 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