Click or drag to resize
KaxDataPagerButtonField Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    Kettic.AspNet.ControlsKaxDataPagerField
      Kettic.AspNet.ControlsKaxDataPagerButtonFieldBase
        Kettic.AspNet.ControlsKaxDataPagerButtonField

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 KaxDataPagerButtonField : KaxDataPagerButtonFieldBase

The KaxDataPagerButtonField type exposes the following members.

Constructors
  NameDescription
Public methodKaxDataPagerButtonField
Top
Methods
  NameDescription
Public methodInitializeFieldControls
This method must be overriden in order to build controls for the current KaxDataPagerField.
(Overrides KaxDataPagerFieldInitializeFieldControls(KaxDataPagerFieldItem).)
Top
Properties
  NameDescription
Public propertyFieldType
This property specifies the type of the field. Default value is PrevNext field type.
Public propertyFirstButtonText
This property specifies First button text.
Public propertyLastButtonText
This property specifies Last button text.
Public propertyNextButtonText
This property specifies Next button text.
Public propertyPageButtonCount
This property specifies the number of the buttons for Numeric field type.
Public propertyPrevButtonText
This property specifies Prev button text.
Top
See Also