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

CustomCellAppearanceEventArgs.IsEditorVisible Property

Gets whether an editor is visible for the corresponding cell.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public bool IsEditorVisible { get; }

Property Value

Type Description
Boolean

true, if an editor is visible; otherwise, false.

See Also