Skip to main content
A newer version of this page is available. .

WinExplorerViewOptionsBehavior.FocusLeaveOnTab Property

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

Namespace: DevExpress.XtraGrid.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[Browsable(false)]
public override bool FocusLeaveOnTab { get; set; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

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