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 System.Boolean
'Usage
Dim instance As PivotGrid
Dim value As System.Boolean
instance.OutlineMode = value
value = instance.OutlineMode
public System.bool OutlineMode {get; set;}
public read-write property OutlineMode: System.Boolean;
public function get,set OutlineMode : System.boolean
public: __property System.bool get_OutlineMode();
public: __property void set_OutlineMode(
System.bool value
);
public:
property System.bool OutlineMode {
System.bool get();
void set ( System.bool value);
}
See Also