Back to Devexpress

ASPxGridView.IsReadOnly(GridViewDataColumn) Method

aspnet-devexpress-dot-web-dot-aspxgridview-dot-isreadonly-x28-devexpress-dot-web-dot-gridviewdatacolumn-x29.md

latest1.5 KB
Original Source

ASPxGridView.IsReadOnly(GridViewDataColumn) Method

Indicates whether the specified column is read-only.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual bool IsReadOnly(
    GridViewDataColumn column
)
vb
Public Overridable Function IsReadOnly(
    column As GridViewDataColumn
) As Boolean

Parameters

NameTypeDescription
columnGridViewDataColumn

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

|

Returns

TypeDescription
Boolean

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

|

See Also

ReadOnly

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace