ComponentOne ASP.NET MVC Controls
Visible Method (PivotFieldBaseBuilder<TControl,TBuilder>)

C1.Web.Mvc.Olap.Fluent Namespace > PivotFieldBaseBuilder<TControl,TBuilder> Class : Visible Method
The value.
Configurates C1.Web.Mvc.Olap.PivotFieldBase.Visible. Sets a value indicating whether this field should be displayed in instances of the @see:PivotPanel control.
Syntax
'Declaration
 
Public Function Visible( _
   ByVal value As Boolean _
) As TBuilder
public TBuilder Visible( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PivotFieldBaseBuilder<TControl,TBuilder> Class
PivotFieldBaseBuilder<TControl,TBuilder> Members