OLAPExpressionBindingBase.Expression Property
SECURITY-RELATED CONSIDERATIONS
Do not build or assign a connection string from untrusted input (such as user-entered text). Always validate connection parameters to mitigate CWE-15-related security risks.
Specifies a string expression for a Pivot Grid field.
Namespace: DevExpress.PivotGrid.DataBinding
Assembly: DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| String | String.Empty | A string expression. |
See Also