[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.Value

Value Property

Value

Gets or sets the value assigned to the GcNumber control.

Declaration
[Localizability(LocalizationCategory.Text)]
[TypeConverter(typeof(DecimalConverter))]
public decimal? Value { get; set; }
<Localizability(LocalizationCategory.Text)>
<TypeConverter(GetType(DecimalConverter))>
Public Property Value As Decimal?
Property Value
Type Description
decimal?

A nullable decimal value which indicates the value of GcNumber.