Back to Devexpress

Member Table: Expressions

windowsforms-6213-common-features-expressions-member-table-expressions.md

latest3.2 KB
Original Source

Member Table: Expressions

  • Jan 27, 2025
  • 2 minutes to read

Members Supporting the Expressions Infrastructure in DevExpress Controls

The following tables list the members of the DevExpress controls that support the expression mechanism.

Grid Control:

MemberDescription
GridColumn.UnboundExpressionGets or sets an expression used to evaluate values for the current unbound column.
GridColumn.ShowUnboundExpressionMenuGets or sets whether or not an end-user can open an Expression Editor for the current unbound column, using a context menu.
ColumnView.ShowUnboundExpressionEditorInvokes an Expression Editor that enables editing an expression for the specified unbound column.
ColumnView.UnboundExpressionEditorCreatedFires after an Expression Editor has been created for an unbound column.
StyleFormatConditionBase.Expression property of style conditions (BaseView.FormatConditions)Gets or sets the Boolean expression. When it evaluates to true, the Appearance is applied to data.

PivotGrid Control:

MemberDescription
PivotGridFieldBase.UnboundExpressionGets or sets an expression used to evaluate values for the current unbound field.
PivotGridFieldOptionsEx.ShowExpressionEditorMenuGets or sets whether a user can open an Expression Editor for the current unbound field using a context menu.
PivotGridControl.ShowUnboundExpressionEditorInvokes an Expression Editor that enables editing an expression for the specified unbound field.
PivotGridControl.FieldUnboundExpressionChangedFires after the PivotGridFieldBase.UnboundExpression property’s value has been changed.
StyleFormatConditionBase.Expression property of style conditions (PivotGridControl.FormatConditions)Gets or sets the Boolean expression. When it evaluates to true, the Appearance is applied to data.

XtraVerticalGrid Control:

MemberDescription
RowProperties.UnboundExpressionGets or sets an expression used to evaluate values for the current unbound row.