RowData.IsEditFormVisible Property
Gets whether the row’s inline or popup edit form is visible for the row.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.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 row’s popup (the TableView.EditFormShowMode property is set to Dialog) or inline (the TableView.EditFormShowMode property is set to Inline or InlineHideRow) edit form is visible.
See Also