Skip to main content

LayoutView.HideEditor() Method

Closes the currently active inplace editor, discarding changes made to the edited value.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public override void HideEditor()

Remarks

This method overrides the ColumnView.HideEditor method. See this link for more information.

See Also