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

WinExplorerViewOptionsBehavior.ReadOnly Property

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

Namespace: DevExpress.XtraGrid.WinExplorer

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

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

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

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