Skip to main content
A newer version of this page is available. .

DataViewBase.IsEditFormVisible Property

Get whether the inline or popup edit form is visible.

Namespace: DevExpress.Xpf.Grid

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

Declaration

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 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