ColumnViewOptionsBehavior.ReadOnly Property
Gets or sets whether the current View is read-only.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool ReadOnly { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the current View is read-only; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ReadOnly |
---|---|
ColumnView |
|
Remarks
In read-only mode, cell editors can be invoked. However, end-users can only select and copy an editor’s content. The ReadOnly property enables the read-only status for the current View. To set the read-only status for individual columns, use the column’s OptionsColumn.ReadOnly property.
To prevent editors from being activated, disable the ColumnViewOptionsBehavior.Editable property.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ReadOnly property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.