Skip to main content
Tab

ASPxGridView.IsReadOnly(GridViewDataColumn) Method

Indicates whether the specified column is read-only.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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