Skip to main content

WinExplorerViewOptionsBehavior.KeepFocusedRowOnUpdate Property

An overload for the ColumnViewOptionsBehavior.KeepFocusedRowOnUpdate property, not supported in WinExplorer View.

Namespace: DevExpress.XtraGrid.WinExplorer

Assembly: DevExpress.XtraGrid.v24.1.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool KeepFocusedRowOnUpdate { get; set; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

Object Type Path to KeepFocusedRowOnUpdate
WinExplorerView
.OptionsBehavior .KeepFocusedRowOnUpdate
See Also