Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

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

#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.

See Also