Back to Devexpress

PivotGridOptionsView Members

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsview-dot-underscore-members.md

latest17.6 KB
Original Source

PivotGridOptionsView Members

Provides view options for the PivotGrid controls.

Constructors

NameDescription
PivotGridOptionsView(EventHandler)Initializes a new instance of the PivotGridOptionsView class with specified settings.

Fields

NameDescription
DefaultRowTreeOffset staticSpecifies the default value for the PivotGridOptionsViewBase.RowTreeOffset property. Inherited from PivotGridOptionsViewBase.

Properties

NameDescription
AllowFormatRuleDescriptionGets or sets whether to display format rule descriptions in Rule Editor and Rule Manager.
AllowGlyphSkinningGets or sets whether PivotGridControl icons should be painted according the control’s foreground color.
AllowHtmlDrawFieldValuesGets or sets whether the text displayed in the field values support HTML tags.
AllowHtmlDrawHeadersGets or sets whether HTML formatting can be applied to column and band captions.
ColumnTotalsLocationGets or sets the column totals’ location. Inherited from PivotGridOptionsViewBase.
DrawFocusedCellRectGets or sets whether a focus rectangle is painted around the currently focused cell. Inherited from PivotGridOptionsViewBase.
FilterCriteriaDisplayStyleGets or sets the display style of filter conditions in the Filter Panel, MRU Filter List and built-in Filter Editor.
FilterSeparatorBarPaddingGets or sets a value which specifies the distance from the separator line to the adjacent areas.
FixedColumnLocationGets or sets a pinned column’s location.
GroupFieldsInCustomizationWindowGets or sets whether hidden fields are grouped within the Customization Form. Inherited from PivotGridOptionsViewBase.
HeaderFilterButtonShowModeGets or sets how filter buttons are rendered.
HeaderHeightOffsetGets or sets the distance (vertical) between field headers. Inherited from PivotGridOptionsViewBase.
HeaderWidthOffsetGets or sets the distance (horizontal) between field headers. Inherited from PivotGridOptionsViewBase.
HideFixedColumnsFromFieldValuesGets or sets whether pinned columns are displayed in the scrollable area.
RowTotalsLocationGets or sets the totals’ and grand totals’ location. Inherited from PivotGridOptionsViewBase.
RowTreeOffsetGets or sets the tree offset. Inherited from PivotGridOptionsViewBase.
RowTreeWidthGets or sets the width of the innermost row field values. Inherited from PivotGridOptionsViewBase.
ShowButtonModeGets or sets a value specifying when buttons of in-place editors are shown in cells.
ShowColumnGrandTotalHeaderGets or sets whether the Grand Total column header is visible when there are two or more data fields. Inherited from PivotGridOptionsViewBase.
ShowColumnGrandTotalsGets or sets whether to display column Grand Totals. Inherited from PivotGridOptionsViewBase.
ShowColumnHeadersGets or sets whether column headers are displayed. Inherited from PivotGridOptionsViewBase.
ShowColumnTotalsGets or sets whether to display column automatic Totals. Inherited from PivotGridOptionsViewBase.
ShowCustomTotalsForSingleValuesGets or sets whether custom totals are displayed for the field values which contain a single nesting field value. Inherited from PivotGridOptionsViewBase.
ShowDataHeadersGets or sets whether data headers are displayed. Inherited from PivotGridOptionsViewBase.
ShowFilterHeadersGets or sets whether filter headers are displayed. Inherited from PivotGridOptionsViewBase.
ShowFilterSeparatorBarGets 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.
ShowGrandTotalsForSingleValuesGets 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.
ShowHorzLinesGets or sets whether horizontal grid lines are displayed. Inherited from PivotGridOptionsViewBase.
ShowRowGrandTotalHeaderGets or sets whether the Grand Total row header is visible when there are two or more data fields. Inherited from PivotGridOptionsViewBase.
ShowRowGrandTotalsGets or sets whether to display row Grand Totals. Inherited from PivotGridOptionsViewBase.
ShowRowHeadersGets or sets whether row headers are displayed. Inherited from PivotGridOptionsViewBase.
ShowRowTotalsGets or sets whether to display row automatic Totals. Inherited from PivotGridOptionsViewBase.
ShowTotalsForSingleValuesGets or sets whether automatic totals are displayed for the field values which contain a single nesting field value. Inherited from PivotGridOptionsViewBase.
ShowVertLinesGets or sets whether vertical grid lines are displayed. Inherited from PivotGridOptionsViewBase.

Methods

NameDescription
Assign(BaseOptions)Copies all settings from the options object passed as a parameter. Inherited from PivotGridOptionsViewBase.
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) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

NameDescription
OptionsChangedFor internal use. Inherited from PivotGridOptionsBase.

See Also

PivotGridOptionsView Class

DevExpress.XtraPivotGrid Namespace