Skip to main content
All docs
V25.1
  • TileView.IsEditing Property

    Indicates whether a cell editor is active.

    Namespace: DevExpress.XtraGrid.Views.Tile

    Assembly: DevExpress.XtraGrid.v25.1.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