Enum GridShowButtons
Defines the constants that specifies to show or display the cell button elements.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public enum GridShowButtons
Fields
Name | Description |
---|---|
Hide | Hides the button. |
Show | Shows the button. |
ShowCurrentCell | Shows buttons only for the current cell. |
ShowCurrentCellEditing | Show buttons only for the current cell when it is being edited. |
ShowCurrentRow | Shows buttons for current row. |