Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DataViewBase.IsEditFormVisible Property

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

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