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

WinExplorerViewOptionsBehavior.AutoSelectAllInEditor Property

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

Namespace: DevExpress.XtraGrid.WinExplorer

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

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

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

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