[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ShowButtonsEnum

ShowButtonsEnum Enum

Specifies when the grid should display combo buttons in cells.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public enum ShowButtonsEnum

Fields

Name Description
Always

Always show buttons.

Inherit

ShowButtons property of the column is inherited from the grid. This is default setting for column. Cannot be used with ShowButtons property of the grid.

Never

Never show buttons.

WhenEditing

Show buttons only while editing the cell.

WithFocus

Show buttons when the cell has the focus. This is the default setting for grid.