Click or drag to resize
GridCommandItem Class
Item that is displayed on top or at the bottom of the each GridTableView base on the settings of CommandItemDisplay property. Generally this item displays by default "Add new record" and "Refresh" button, but it can be customized using the CommandItemTemplate. The commands bubbled through this item will be fired by KaxGrid.ItemCommand event.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      System.Web.UI.WebControlsTableRow
        Kettic.AspNet.ControlsGridTableRow
          Kettic.AspNet.ControlsGridItem
            Kettic.AspNet.ControlsGridCommandItem

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 GridCommandItem : GridItem

The GridCommandItem type exposes the following members.

Methods
  NameDescription
Public methodPrepareItemVisibility (Overrides GridItem.PrepareItemVisibility.)
Top
See Also