Skip to main content
A newer version of this page is available. .

MVCxPivotGridWebOptionsView Members

Provides view options for the PivotGrid.

Constructors

Name Description
MVCxPivotGridWebOptionsView() Initializes a new instance of the MVCxPivotGridWebOptionsView class.

Fields

Name Description
DefaultRowTreeOffset static Specifies the default value for the PivotGridOptionsViewBase.RowTreeOffset property. Inherited from PivotGridOptionsViewBase.

Properties

Name Description
ColumnTotalsLocation Gets or sets the column totals’ location. Inherited from PivotGridOptionsViewBase.
DataHeadersDisplayMode Gets or sets a value that specifies how data headers are displayed. Inherited from PivotGridWebOptionsView.
DataHeadersPopupMaxColumnCount Gets or sets a value limiting the number of data field headers displayed in a row (line) of the field headers popup. Inherited from PivotGridWebOptionsView.
DataHeadersPopupMinCount Gets or sets the minimum number of data fields required to temporarily hide data field headers within a hidden panel. Inherited from PivotGridWebOptionsView.
DrawFocusedCellRect This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from PivotGridWebOptionsView.
EnableContextMenuScrolling Gets or sets whether to enable context menu scrolling. Inherited from PivotGridWebOptionsView.
EnableFilterControlPopupMenuScrolling Gets or sets whether scrolling popup menus invoked in the Prefilter window is allowed. Inherited from PivotGridWebOptionsView.
GroupFieldsInCustomizationWindow Gets or sets whether hidden fields are grouped within the Customization Form. Inherited from PivotGridOptionsViewBase.
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.
HorizontalScrollBarMode Gets or sets a value specifying the horizontal scroll bar’s display mode. Inherited from PivotGridWebOptionsView.
HorizontalScrollingMode Gets or sets a value specifying the horizontal scrolling mode. Inherited from PivotGridWebOptionsView.
RowTotalsLocation Gets or sets the totals’ and grand totals’ location. Inherited from PivotGridOptionsViewBase.
RowTreeOffset Gets or sets the tree offset. Inherited from PivotGridOptionsViewBase.
RowTreeWidth This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from PivotGridWebOptionsView.
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.
ShowContextMenus Gets or sets whether end-users can invoke the context menus. Inherited from PivotGridWebOptionsView.
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.
ShowHorizontalScrollBar Obsolete. Gets or sets whether the horizontal scrollbar is displayed. Inherited from PivotGridWebOptionsView.
ShowHorzLines Gets or sets whether horizontal grid lines are displayed. This member supports the .NET Framework infrastructure and cannot be used directly from your code. Inherited from PivotGridWebOptionsView.
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. This member supports the .NET Framework infrastructure and cannot be used directly from your code. Inherited from PivotGridWebOptionsView.
VerticalScrollBarMode Gets or sets a value specifying the vertical scroll bar’s display mode. Inherited from PivotGridWebOptionsView.
VerticalScrollingMode Gets or sets a value specifying the vertical scrolling mode. Inherited from PivotGridWebOptionsView.

Methods

Name Description
Assign(BaseOptions) Copies settings from the options object passed as the parameter. Inherited from PivotGridWebOptionsView.
BeginUpdate() Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions.
CancelUpdate() Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions.
EndUpdate() Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetShowHeaders(PivotArea) Gets whether the specified field header area is visible. Inherited from PivotGridOptionsViewBase.
GetType() Gets the Type of the current instance. Inherited from Object.
HideAllTotals() Hides all Totals. Inherited from PivotGridOptionsViewBase.
IsTotalsFar(Boolean, PivotGridValueType) For internal use only. Inherited from PivotGridOptionsViewBase.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Reset() Resets all options to their default values. Inherited from PivotGridOptionsViewBase.
SetBothTotalsLocation(PivotTotalsLocation) Simultaneously sets the values of the PivotGridOptionsViewBase.RowTotalsLocation and PivotGridOptionsViewBase.ColumnTotalsLocation properties. Inherited from PivotGridOptionsViewBase.
ShouldSerialize() Tests whether the PivotGridOptionsBase object should be persisted. Inherited from PivotGridOptionsBase.
ShowAllTotals() Shows all Totals. Inherited from PivotGridOptionsViewBase.
ToString() Returns a string representing the currently enabled options. Inherited from BaseOptions.

Events

Name Description
OptionsChanged For internal use. Inherited from PivotGridOptionsBase.
See Also