GridTableViewCommandItemDisplay Property |
Gets or sets the default position of the GridCommandItem as defined by the
GridCommandItemDisplay. The possible values are:
- None - this is the default value - the command item will not be rendered
- Top - the command item will be rendered on the top of the grid
- Bottom - the command item will be rendered on the bottom of the grid
- TopAndBottom - the command item will be rendered both on top and bottom of the
grid.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public GridCommandItemDisplay CommandItemDisplay { get; set; }
Public Property CommandItemDisplay As GridCommandItemDisplay
Get
Set
public:
property GridCommandItemDisplay CommandItemDisplay {
GridCommandItemDisplay get ();
void set (GridCommandItemDisplay value);
}
member CommandItemDisplay : GridCommandItemDisplay with get, set
Property Value
Type:
GridCommandItemDisplaySee Also