Click or drag to resize
KaxPageView Class
The KaxPageView class represents a single page in the KaxMultiPage control.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      Kettic.AspNet.ControlsKaxPageView

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxPageView : WebControl

The KaxPageView type exposes the following members.

Constructors
  NameDescription
Public methodKaxPageView
Top
Properties
  NameDescription
Public propertyDefaultButton
Gets or sets the identifier for the default button that is contained in the KaxPageView control.
Public propertyIndex
Gets the zero-based index of the current KaxPageView object.
Public propertyMultiPage
Gets the KaxMultiPage control which contains the current KaxPageView
Public propertySelected
Gets or sets a value indicating whether the current KaxPageView is selected.
Top
See Also