Back to Devexpress

LayoutView.HideEditor() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-2e9500a8.md

latest1.2 KB
Original Source

LayoutView.HideEditor() Method

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

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public override void HideEditor()
vb
Public Overrides Sub HideEditor

Remarks

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

See Also

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace