Skip to main content
A newer version of this page is available. .

VGridControlBase.PostEditor() Method

Posts the value being edited to the associated data source without closing the active in-place editor.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

public virtual bool PostEditor()

Returns

Type Description
Boolean

true if the value being edited has been successfully saved to the associated data source; otherwise, false.

Remarks

The PostEditor method saves the modified cell’s value to the data source without closing the active in-place editor. This can be useful when the changes made up to a particular point by an end-user need to be saved, but additional editing of the cell’s value is required.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PostEditor() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also