Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

[Browsable(false)]
public bool IsEditFormVisible { get; }

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