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

ASPxGridView.IsReadOnly(GridViewDataColumn) Method

Indicates whether the specified column is read-only.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual bool IsReadOnly(
    GridViewDataColumn column
)

Parameters

Name Type Description
column GridViewDataColumn

A GridViewDataColumn descendant that represents the data column within the ASPxGridView.

Returns

Type Description
Boolean

true if the specified column is read-only; otherwise, false.

See Also