ASPxGridView.IsReadOnly(GridViewDataColumn) Method
Indicates whether the specified column is read-only.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| column | GridViewDataColumn | A GridViewDataColumn descendant that represents the data column within the ASPxGridView. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also