ShowFieldIcons Property (PivotPanel)
In This Topic
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 Property ShowFieldIcons As Boolean
public bool ShowFieldIcons {get; set;}
See Also