Click or drag to resize
GridBaseDataList Class

Serves as the abstract base class for data tables. This class provides the methods and properties common to all tables in Kettic KaxGrid.

Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      System.Web.UI.WebControlsBaseDataBoundControl
        System.Web.UI.WebControlsDataBoundControl
          System.Web.UI.WebControlsCompositeDataBoundControl
            KaxCompositeDataBoundControl
              Kettic.AspNet.ControlsGridBaseDataList
                Kettic.AspNet.ControlsKaxGrid

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public abstract class GridBaseDataList : KaxCompositeDataBoundControl

The GridBaseDataList type exposes the following members.

Constructors
  NameDescription
Public methodGridBaseDataList
Top
Methods
  NameDescription
Public methodStatic memberIsBindableType
Top
Properties
  NameDescription
Public propertyCellPadding
Gets or sets the padding from cell content to cell border.
Public propertyCellSpacing
Gets or sets the space between cells. The default value is 0.
Public propertyGridLines
Gets or sets an enumeration value, indicating the appearance of the data table border between cells.
Public propertyHorizontalAlign
Gets or sets horizontal alignment style in the data grid.
Public propertyTabIndex (Overrides KaxCompositeDataBoundControl.TabIndex.)
Top
Events
  NameDescription
Public eventSelectedIndexChanged
Fires when a different list item is selected.
Top
See Also