Property AcceptsExpression
| Edit this page View SourceAcceptsExpression
Gets or sets a value that indicates whether the control accepts and evaluates a basic formulaic expression entered as input.
Declaration
public bool AcceptsExpression { get; set; }
Property Value
Type | Description |
---|---|
bool | true if the NumberBox accepts and evaluates a basic formulaic expression entered as input; otherwise, false. The default is false. |