Class GridShowButtons
Defines the constants that specifies to show or display the cell button elements.
Inheritance
System.Object
GridShowButtons
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridShowButtons : Enum
Fields
Hide
Hides the button.
Declaration
public const GridShowButtons Hide
Field Value
| Type |
|---|
| GridShowButtons |
Show
Shows the button.
Declaration
public const GridShowButtons Show
Field Value
| Type |
|---|
| GridShowButtons |
ShowCurrentCell
Shows buttons only for the current cell.
Declaration
public const GridShowButtons ShowCurrentCell
Field Value
| Type |
|---|
| GridShowButtons |
ShowCurrentCellEditing
Show buttons only for the current cell when it is being edited.
Declaration
public const GridShowButtons ShowCurrentCellEditing
Field Value
| Type |
|---|
| GridShowButtons |
ShowCurrentRow
Shows buttons for current row.
Declaration
public const GridShowButtons ShowCurrentRow
Field Value
| Type |
|---|
| GridShowButtons |
Remarks
Make sure to set: GridRefreshCurrentCellBehavior.RefreshRow.