[]
Gets or sets the value of a GcDropDownCalculator. This is a dependency property.
[TypeConverter(typeof(DecimalConverter))]
public decimal? Value { get; set; }
<TypeConverter(GetType(DecimalConverter))>
Public Property Value As Decimal?
Type | Description |
---|---|
decimal? | A nullable decimal value which represents the value of the control. |