Back to Devexpress

LayoutView.ShowEditor() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-3a5dec8b.md

latest1.1 KB
Original Source

LayoutView.ShowEditor() Method

Invokes the editor for the focused card field.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Remarks

This method overrides the BaseView.ShowEditor method. See this link for more information.

See Also

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace