ComponentOne ASP.NET MVC Controls
AllowFieldEditing Method

C1.Web.Mvc.Olap.Fluent Namespace > PivotEngineBuilder Class : AllowFieldEditing Method
The value.
Configurates C1.Web.Mvc.Olap.PivotEngine.AllowFieldEditing. Sets a value that determines whether users should be allowed to edit the properties of the Fields.
Syntax
'Declaration
 
Public Function AllowFieldEditing( _
   ByVal value As Boolean _
) As PivotEngineBuilder
public PivotEngineBuilder AllowFieldEditing( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PivotEngineBuilder Class
PivotEngineBuilder Members