[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.CellButtonVisibility

CellButtonVisibility Enum

Specifies the visibility of side button.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public enum CellButtonVisibility
Public Enum CellButtonVisibility
Remarks

The members of this enumeration allow users to set when to show the side buttons.

Fields

Name Description
AlwaysShow

Indicates the side button can be always shown.

NotShow

Indicates the side button can never be shown.

ShowInEditor

Indicates the side button can be shown only on the editing state.