Click or drag to resize
GridCommandItemDisplay Enumeration
Specifies the position of the CommandItem in Kettic KaxGrid.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum GridCommandItemDisplay
Members
  Member nameValueDescription
None0There will be no command item.
Top1The command item will be above the Kettic KaxGrid
Bottom2The command item will be on the bottom of Kettic KaxGrid
TopAndBottom3 The command item will be both on the top and bottom of Kettic KaxGrid.
See Also