[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberLiteralDisplayField.Text

Text Property

Text

Gets or sets the literal text of NumberLiteralDisplayField. This is a dependency property.

Declaration
public string Text { get; set; }
Public Property Text As String
Property Value
Type Description
string

A string value indicates the content of NumberLiteralDisplayField.

Exceptions
Type Condition
ArgumentException

The assigned value is a string contains invalid chars.