DataPA Enterprise Dashboard Controls API Reference
Gets and sets the expression used to calculate the calculated column.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public string Expression { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Expression As String
Get |
| Visual C++ |
|---|
public:
virtual property String^ Expression {
String^ get () sealed;
} |
Property Value
Type:
StringThe expression used to calculate the calculated column.
Return Value
Type:
StringThe expression used to calculate the calculated column.
Remarks
See Also