Skip to main content

CustomCellAppearanceEventArgs.IsEditorVisible Property

Gets whether an editor is visible for the corresponding cell.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool IsEditorVisible { get; }

Property Value

Type Description
Boolean

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

See Also