[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalculator.Value

Value Property

Value

Gets or sets the value of a GcDropDownCalculator. This is a dependency property.

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

A nullable decimal value which represents the value of the control.