[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ShowLiterals

ShowLiterals Enum

Specifies how the literals are displayed during user input.

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

Specify when the literals will be shown.

Fields

Name Description
Always

Always show the literals.

PostDisplay

The literals are shown after the user types.

PreDisplay

The literals are shown before the user types.