[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.IsReadOnly

IsReadOnly Method

IsReadOnly(bool)

Configurates IsReadOnly. Sets whether cells in this row or column can be edited.

Declaration
public TBuilder IsReadOnly(bool value)
Public Function IsReadOnly(value As Boolean) As TBuilder
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
TBuilder

Current builder.