OutlineMode Property (PivotGrid)
In This Topic
Gets or sets a value that determines whether the grid should display row groups in outline format, allowing for more compact displays.
Syntax
'Declaration
Public Property OutlineMode As Boolean
public bool OutlineMode {get; set;}
See Also