[]
Gets the value of the DropDownCalculator.
[Browsable(false)]
public decimal? Value { get; }
<Browsable(False)>
Public ReadOnly Property Value As Decimal?
Type | Description |
---|---|
decimal? | A Nullable<T> value indicates the value of the DropDownCalculator. |