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

NuGet Package: DevExpress.Win.Grid

Declaration

public override void HideEditor()

Remarks

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

See Also