DataViewBase.IsEditFormVisible Property
In This Article
Get whether the inline or popup edit form is visible.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Property Value
Type | Description |
---|---|
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