[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.IsReadOnly

IsReadOnly Method

IsReadOnly(bool)

Configurates IsReadOnly. Sets whether the user can edit the grid cells by typing into them.

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

The value.

Returns
Type Description
TBuilder

Current builder.