Back to Devexpress

TileView.IsEditing Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-86da3d61.md

latest1.2 KB
Original Source

TileView.IsEditing Property

Indicates whether a cell editor is active.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public override bool IsEditing { get; }
vb
Public Overrides ReadOnly Property IsEditing As Boolean

Property Value

TypeDescription
Boolean

true if a cell editor is active; otherwise, false

|

See Also

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace