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

ColumnBase.EditFormVisible Property

Specifies whether the data editor associated with the current column is available in the inline edit form. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool? EditFormVisible { get; set; }

Property Value

Type Description
Nullable<Boolean>

true, to make the current column’s editor available in the inline edit form; otherwise, false.

Remarks

Use the EditFormVisible property to control the availability of the editor associated with the current column in the inline edit form.

See Also