[]
Gets or sets the recommended value.
public decimal RecommendedValue { get; set; }
Public Property RecommendedValue As Decimal
| Type | Description |
|---|---|
| decimal | A string value that indicates the recommended value.
|
The RecommendedValue property provides a hint for the user that is shown before the value is fully entered. When a value is being typed, pressing a special shortcut key or key combination accepts the recommended value.
| Type | Condition |
|---|---|
| ArgumentException | Occurs when an invalid value that does not match the current pattern is set with the RecommendedValue property. |