C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotField Class / IsActive Property

In This Topic
IsActive Property (PivotField)
In This Topic
Gets or sets whether this field is active in the FlexPivot view.
Syntax
'Declaration
 
Public Property IsActive As Boolean
 
Remarks
Setting this property to true causes the field to be added to the RowFields list of the parent C1PivotEngine.
See Also