Back to Devexpress

DataViewBase.IsEditFormVisible Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-3218daff.md

latest1.6 KB
Original Source

DataViewBase.IsEditFormVisible Property

Get whether the inline or popup edit form is visible.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool IsEditFormVisible { get; }
vb
Public ReadOnly Property IsEditFormVisible As Boolean

Property Value

TypeDescription
Boolean

true, if the edit form is visible; otherwise, false.

|

Remarks

Use the IsEditFormVisible property to get whether the popup (the TableView.EditFormShowMode property is set to Dialog ) or the inline (the TableView.EditFormShowMode property is set to Inline or InlineHideRow ) edit form is visible.

See Also

IsEditing

EditFormShowMode

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace