[]
Stores the formula and target control id.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class FormulaEntry : StateManaged, IStateManager
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class FormulaEntry
Inherits StateManaged
Implements IStateManager
Name | Description |
---|---|
FormulaEntry() | Constructs the new formula control. |
FormulaEntry(string, string) | Creates the new formula control with the specified parameters. |
Name | Description |
---|---|
ControlID | Gets or sets the target control ID. |
Formula | Gets or sets the formula of the target control. |