Back to Devexpress

RowData.IsEditFormVisible Property

wpf-devexpress-dot-xpf-dot-grid-dot-rowdata-a0ea9039.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Browsable(false)]
public bool IsEditFormVisible { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsEditFormVisible As Boolean

Property Value

TypeDescription
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

EditFormShowMode

RowData Class

RowData Members

DevExpress.Xpf.Grid Namespace