[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.ShowLiterals

ShowLiterals Property

ShowLiterals

Gets or sets whether to display the literals during user entry.

Declaration
public ShowLiterals ShowLiterals { get; set; }
Public Property ShowLiterals As ShowLiterals
Property Value
Type Description
ShowLiterals

One of the GrapeCity.Windows.InputMan.ShowLiterals enumeration values. The default is GrapeCity.Windows.InputMan.ShowLiterals.Always.

Remarks

This property controls the literals shown or not shown when user input text.

Exceptions
Type Condition
ArgumentException

The assigned value is not type of GrapeCity.Windows.InputMan.ShowLiterals.