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.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
[PivotAPIMemberCategory(APICategory.RelationalSource)]
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public virtual bool ShowInExpressionEditor { get; set; }
Property Value
Type | Description |
---|---|
Boolean | 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.