ComponentOne ASP.NET MVC Controls
ShowFieldIcons Method

C1.Web.Mvc.Olap.Fluent Namespace > PivotPanelBuilder Class : ShowFieldIcons Method
The value.
Configurates C1.Web.Mvc.Olap.PivotPanel.ShowFieldIcons. Gets or sets a value that determines whether the main field list should include icons indicating whether fields are measure or dimension fields.
Syntax
'Declaration
 
Public Function ShowFieldIcons( _
   ByVal value As Boolean _
) As PivotPanelBuilder
public PivotPanelBuilder ShowFieldIcons( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PivotPanelBuilder Class
PivotPanelBuilder Members