Skip to main content
All docs
V23.2

TileView.IsEditing Property

Indicates whether a cell editor is active.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public override bool IsEditing { get; }

Property Value

Type Description
Boolean

true if a cell editor is active; otherwise, false

See Also