[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.Fluent.PivotGridBuilder.IsReadOnly

IsReadOnly Method

IsReadOnly(bool)

Configurates IsReadOnly. Sets a value that determines whether the user can modify cell values using the mouse and keyboard. Default value is True.

Declaration
public override PivotGridBuilder IsReadOnly(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
PivotGridBuilder

Current builder.

Overrides