Member Table: Expressions
- 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:
Member | Description |
---|---|
Grid |
Gets or sets an expression used to evaluate values for the current unbound column. |
Grid |
Gets or sets whether or not an end-user can open an Expression Editor for the current unbound column, using a context menu. |
Column |
Invokes an Expression Editor that enables editing an expression for the specified unbound column. |
Column |
Fires after an Expression Editor has been created for an unbound column. |
Style |
Gets or sets the Boolean expression. When it evaluates to true, the Appearance is applied to data. |
PivotGrid Control:
Member | Description |
---|---|
Pivot |
Gets or sets an expression used to evaluate values for the current unbound field. |
Pivot |
Gets or sets whether a user can open an Expression Editor for the current unbound field using a context menu. |
Pivot |
Invokes an Expression Editor that enables editing an expression for the specified unbound field. |
Pivot |
Fires after the Pivot |
Style |
Gets or sets the Boolean expression. When it evaluates to true, the Appearance is applied to data. |
XtraVerticalGrid Control:
Member | Description |
---|---|
Row |
Gets or sets an expression used to evaluate values for the current unbound row. |