GridInsertItemDisplay Enumeration |
Specifies the position of the
InsertItem in
Kettic KaxGrid.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum GridInsertItemDisplay
Public Enumeration GridInsertItemDisplay
public enum class GridInsertItemDisplay
type GridInsertItemDisplay
Members
| Member name | Value | Description |
---|
| Top | 0 | The command item will be above the Kettic KaxGrid |
| Bottom | 1 | The command item will be on the bottom of Kettic KaxGrid |
See Also