Click or drag to resize
KaxDataPagerField Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    Kettic.AspNet.ControlsKaxDataPagerField
      More...

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public abstract class KaxDataPagerField : StateManager

The KaxDataPagerField type exposes the following members.

Constructors
  NameDescription
Public methodKaxDataPagerField
Top
Methods
  NameDescription
Public methodInitializeFieldControls
After calling this method DataPagerField controls will be created and added to Controls colleciton of the passed DataPagerFieldItem
Public methodToString (Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyOwner
Returns KaxDataPager control that owns current pager field. This property is set by DataPagerFieldCollection and is read only.
Public propertyPagerType
Gets the string representation of the type-name of this instance. The value is used by KaxDataPager to determine the type of the pager field persisted into the ViewState, when recreating the pager after postback. This property is read only.
Public propertyVisible
Gets or sets value that indicates whether KaxDataPagerField is rendered.
Top
See Also
Inheritance Hierarchy