PivotGridOptionsViewBase Members
Serves as the base for classes that provide view options for the PivotGrid controls.Constructors
Name | Description |
---|---|
PivotGridOptionsViewBase(EventHandler) | Initializes a new instance of the PivotGridOptionsViewBase class with specified settings. |
Fields
Name | Description |
---|---|
DefaultRowTreeOffset | Specifies the default value for the PivotGridOptionsViewBase.RowTreeOffset property. |
Properties
Name | Description |
---|---|
ColumnTotalsLocation | Gets or sets the column totals’ location. |
DrawFocusedCellRect | Gets or sets whether a focus rectangle is painted around the currently focused cell. |
GroupFieldsInCustomizationWindow | Gets or sets whether hidden fields are grouped within the Customization Form. |
HeaderHeightOffset | Gets or sets the distance (vertical) between field headers. |
HeaderWidthOffset | Gets or sets the distance (horizontal) between field headers. |
RowTotalsLocation | Gets or sets the totals’ and grand totals’ location. |
RowTreeOffset | Gets or sets the tree offset. |
RowTreeWidth | Gets or sets the width of the innermost row field values. |
ShowColumnGrandTotalHeader | Gets or sets whether the Grand Total column header is visible when there are two or more data fields. |
ShowColumnGrandTotals | Gets or sets whether to display column Grand Totals. |
ShowColumnHeaders | Gets or sets whether column headers are displayed. |
ShowColumnTotals | Gets or sets whether to display column automatic Totals. |
ShowCustomTotalsForSingleValues | Gets or sets whether custom totals are displayed for the field values which contain a single nesting field value. |
ShowDataHeaders | Gets or sets whether data headers are displayed. |
ShowFilterHeaders | Gets or sets whether filter headers are displayed. |
ShowFilterSeparatorBar | Gets or sets whether the horizontal line that separates the Filter Header Area from the Data Area and Column Header Area is displayed. |
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. |
ShowHorzLines | Gets or sets whether horizontal grid lines are displayed. |
ShowRowGrandTotalHeader | Gets or sets whether the Grand Total row header is visible when there are two or more data fields. |
ShowRowGrandTotals | Gets or sets whether to display row Grand Totals. |
ShowRowHeaders | Gets or sets whether row headers are displayed. |
ShowRowTotals | Gets or sets whether to display row automatic Totals. |
ShowTotalsForSingleValues | Gets or sets whether automatic totals are displayed for the field values which contain a single nesting field value. |
ShowVertLines | Gets or sets whether vertical grid lines are displayed. |
Methods
Name | Description |
---|---|
Assign(BaseOptions) | Copies all settings from the options object passed as a parameter. |
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. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
HideAllTotals() | Hides all Totals. |
IsTotalsFar(Boolean, PivotGridValueType) | For internal use only. |
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. |
SetBothTotalsLocation(PivotTotalsLocation) | Simultaneously sets the values of the PivotGridOptionsViewBase.RowTotalsLocation and PivotGridOptionsViewBase.ColumnTotalsLocation properties. |
ShouldSerialize() | Tests whether the PivotGridOptionsBase object should be persisted. Inherited from PivotGridOptionsBase. |
ShowAllTotals() | Shows all Totals. |
ToString() | Returns a string representing the currently enabled options. Inherited from BaseOptions. |
Events
Name | Description |
---|---|
OptionsChanged | For internal use. Inherited from PivotGridOptionsBase. |
See Also