Back to Devexpress

GridView.IsEditFormVisible Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-2dde8647.md

latest1.8 KB
Original Source

GridView.IsEditFormVisible Property

Gets whether an Edit Form is opened or closed

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public bool IsEditFormVisible { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsEditFormVisible As Boolean

Property Value

TypeDescription
Boolean

true if an Edit Form is opened; otherwise, false.

|

Remarks

You can get whether an Edit Form is opened via the IsEditFormVisible property.

To open an Edit Form in code, call the GridView.ShowEditForm method. To close an Edit Form in code, call the GridView.CloseEditForm method.

See Also

ShowEditForm()

CloseEditForm()

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace