[]
Gets or sets the value assigned to the GcNumber control.
[Localizability(LocalizationCategory.Text)]
[TypeConverter(typeof(DecimalConverter))]
public decimal? Value { get; set; }
<Localizability(LocalizationCategory.Text)>
<TypeConverter(GetType(DecimalConverter))>
Public Property Value As Decimal?
Type | Description |
---|---|
decimal? | A nullable decimal value which indicates the value of GcNumber. |