PivotGridFieldOptions.ShowInExpressionEditor Property
Gets or sets whether the current field is available in the Expression Editor‘s field list.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true, if the current field is available in the Expression Editor‘s field list; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowInExpressionEditor |
---|---|
PivotGridFieldBase |
|
Remarks
It is possible to specify expressions for unbound fields using the PivotGridFieldBase.UnboundExpression property. The Expression Editor contains a field list providing access to all available fields. If the ShowInExpressionEditor property is set to false, a field will not be available in the field list.
See Also