Back to Devexpress

ColumnView.ShowUnboundExpressionEditor(GridColumn) Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnview-dot-showunboundexpressioneditor-x28-devexpress-dot-xtragrid-dot-columns-dot-gridcolumn-x29.md

latest3.1 KB
Original Source

ColumnView.ShowUnboundExpressionEditor(GridColumn) Method

Invokes an Expression Editor that enables editing an expression for the specified unbound column.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public virtual void ShowUnboundExpressionEditor(
    GridColumn column
)
vb
Public Overridable Sub ShowUnboundExpressionEditor(
    column As GridColumn
)

Parameters

NameTypeDescription
columnGridColumn

A GridColumn that represents an unbound column whose expression will be edited in the Expression Editor.

|

Remarks

Data for unbound columns can be provided by specifying an expression via the GridColumn.UnboundExpression property. At runtime, an end-user can edit expressions for unbound columns via an Expression Editor - specially designed modal form. This editor can be opened:

The ColumnView.UnboundExpressionEditorCreated event fires in response to creating the Expression Editor. You can handle this event to prevent the editor from being displayed in specific instances, change the editor form’s settings, etc.

For more information on unbound columns, see Unbound Columns.

See Also

UnboundExpression

ShowUnboundExpressionMenu

UnboundExpressionEditorCreated

ShowInExpressionEditor

Unbound Columns

Expressions

ColumnView Class

ColumnView Members

DevExpress.XtraGrid.Views.Base Namespace