PivotGridOptionsView Properties
Provides view options for the PivotGrid controls.Name | Description |
---|---|
AllowFormatRuleDescription | Gets or sets whether to display format rule descriptions in Rule Editor and Rule Manager. |
AllowGlyphSkinning | Gets or sets whether PivotGridControl icons should be painted according the control’s foreground color. |
AllowHtmlDrawFieldValues | Gets or sets whether the text displayed in the field values support HTML tags. |
AllowHtmlDrawHeaders | Gets or sets whether HTML formatting can be applied to column and band captions. |
ColumnTotalsLocation | Gets or sets the column totals’ location. Inherited from PivotGridOptionsViewBase. |
DrawFocusedCellRect | Gets or sets whether a focus rectangle is painted around the currently focused cell. Inherited from PivotGridOptionsViewBase. |
FilterCriteriaDisplayStyle | Gets or sets the display style of filter conditions in the Filter Panel, MRU Filter List and built-in Filter Editor. |
FilterSeparatorBarPadding | Gets or sets a value which specifies the distance from the separator line to the adjacent areas. |
FixedColumnLocation | Gets or sets a pinned column’s location. |
GroupFieldsInCustomizationWindow | Gets or sets whether hidden fields are grouped within the Customization Form. Inherited from PivotGridOptionsViewBase. |
HeaderFilterButtonShowMode | Gets or sets how filter buttons are rendered. |
HeaderHeightOffset | Gets or sets the distance (vertical) between field headers. Inherited from PivotGridOptionsViewBase. |
HeaderWidthOffset | Gets or sets the distance (horizontal) between field headers. Inherited from PivotGridOptionsViewBase. |
HideFixedColumnsFromFieldValues | Gets or sets whether pinned columns are displayed in the scrollable area. |
RowTotalsLocation | Gets or sets the totals’ and grand totals’ location. Inherited from PivotGridOptionsViewBase. |
RowTreeOffset | Gets or sets the tree offset. Inherited from PivotGridOptionsViewBase. |
RowTreeWidth | Gets or sets the width of the innermost row field values. Inherited from PivotGridOptionsViewBase. |
ShowButtonMode | Gets or sets a value specifying when buttons of in-place editors are shown in cells. |
ShowColumnGrandTotalHeader | Gets or sets whether the Grand Total column header is visible when there are two or more data fields. Inherited from PivotGridOptionsViewBase. |
ShowColumnGrandTotals | Gets or sets whether to display column Grand Totals. Inherited from PivotGridOptionsViewBase. |
ShowColumnHeaders | Gets or sets whether column headers are displayed. Inherited from PivotGridOptionsViewBase. |
ShowColumnTotals | Gets or sets whether to display column automatic Totals. Inherited from PivotGridOptionsViewBase. |
ShowCustomTotalsForSingleValues | Gets or sets whether custom totals are displayed for the field values which contain a single nesting field value. Inherited from PivotGridOptionsViewBase. |
ShowDataHeaders | Gets or sets whether data headers are displayed. Inherited from PivotGridOptionsViewBase. |
ShowFilterHeaders | Gets or sets whether filter headers are displayed. Inherited from PivotGridOptionsViewBase. |
ShowFilterSeparatorBar | Gets or sets whether the horizontal line that separates the Filter Header Area from the Data Area and Column Header Area is displayed. Inherited from PivotGridOptionsViewBase. |
ShowGrandTotalsForSingleValues | Gets or sets whether grand totals are displayed when the control lists a single value of an outer column field or row field along its left or top edge. Inherited from PivotGridOptionsViewBase. |
ShowHorzLines | Gets or sets whether horizontal grid lines are displayed. Inherited from PivotGridOptionsViewBase. |
ShowRowGrandTotalHeader | Gets or sets whether the Grand Total row header is visible when there are two or more data fields. Inherited from PivotGridOptionsViewBase. |
ShowRowGrandTotals | Gets or sets whether to display row Grand Totals. Inherited from PivotGridOptionsViewBase. |
ShowRowHeaders | Gets or sets whether row headers are displayed. Inherited from PivotGridOptionsViewBase. |
ShowRowTotals | Gets or sets whether to display row automatic Totals. Inherited from PivotGridOptionsViewBase. |
ShowTotalsForSingleValues | Gets or sets whether automatic totals are displayed for the field values which contain a single nesting field value. Inherited from PivotGridOptionsViewBase. |
ShowVertLines | Gets or sets whether vertical grid lines are displayed. Inherited from PivotGridOptionsViewBase. |
See Also