Back to Devexpress

WinExplorerView.IsEditing Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-55f699c3.md

latest2.7 KB
Original Source

WinExplorerView.IsEditing Property

Gets whether an item within this WinExplorerView is currently being edited.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

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 an item within this WinExplorerView is currently being edited; otherwise, false.

|

Remarks

Initially the IsEditing property equals false. You can change item captions for the WinExplorerView records. To do so, assign an editor to the text column (see the WinExplorerViewColumns.TextColumn property) via the GridColumn.ColumnEdit property and double-click an item at runtime. This will subsequently fire the ColumnView.ShowingEditor and ColumnView.ShownEditor events and change the IsEditing property value to true. After the item name is modified, the ColumnView.HiddenEditor event occurs and the IsEditing property starts returning false again.

See Also

ColumnEdit

WinExplorer View

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace