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
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool AutoSelectAllInEditor { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property AutoSelectAllInEditor As Boolean
Property Value
Type |
---|
Boolean |
See Also
Feedback