ComponentOne ASP.NET MVC Controls
IsReadOnly Method (PivotGridBuilder)

C1.Web.Mvc.Olap.Fluent Namespace > PivotGridBuilder Class : IsReadOnly Method
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.IsReadOnly. Sets whether the user can edit the grid cells by typing into them.
Syntax
'Declaration
 
Public Overrides Function IsReadOnly( _
   ByVal value As Boolean _
) As PivotGridBuilder
public override PivotGridBuilder IsReadOnly( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PivotGridBuilder Class
PivotGridBuilder Members