ShowRowFieldSort Property (PivotGrid)
In This Topic
Gets or sets a value that determines whether the grid should display sort indicators in the column headers for row fields.
Syntax
'Declaration
Public Property ShowRowFieldSort As System.Boolean
'Usage
Dim instance As PivotGrid
Dim value As System.Boolean
instance.ShowRowFieldSort = value
value = instance.ShowRowFieldSort
public System.bool ShowRowFieldSort {get; set;}
public read-write property ShowRowFieldSort: System.Boolean;
public function get,set ShowRowFieldSort : System.boolean
public: __property System.bool get_ShowRowFieldSort();
public: __property void set_ShowRowFieldSort(
System.bool value
);
public:
property System.bool ShowRowFieldSort {
System.bool get();
void set ( System.bool value);
}
See Also