Back to Devexpress

PivotSerializationOptions Members

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotserializationoptions-dot-underscore-members.md

latest9.0 KB
Original Source

PivotSerializationOptions Members

Contains options that control how the PivotGridControl’s layout is saved to and restored from a data store (an XML file or stream).

Constructors

NameDescription
PivotSerializationOptions()Initializes a new instance of the PivotSerializationOptions class with the default settings.

Fields

NameDescription
AddNewFieldsProperty staticIdentifies the PivotSerializationOptions.AddNewFields attached property.
AddNewGroupsProperty staticIdentifies the PivotSerializationOptions.AddNewGroups attached property.
AppearanceIDFor internal use.
DataSettingsIDFor internal use.
LayoutIDFor internal use.
OlapOptionsID
PrintSettingsIDFor internal use.
RemoveOldFieldsProperty staticIdentifies the PivotSerializationOptions.RemoveOldFields attached property.
StoreAlwaysIDFor internal use.
StoreLayoutModeProperty staticIdentifies the PivotSerializationOptions.StoreLayoutMode attached property.
VisualOptionsIDFor internal use.

Methods

NameDescription
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.
GetAddNewFields(DependencyObject) staticGets the value of the PivotSerializationOptions.AddNewFields attached property for the specified DependencyObject.
GetAddNewGroups(DependencyObject) staticGets the value of the PivotSerializationOptions.AddNewGroups attached property for the specified DependencyObject.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetRemoveOldFields(DependencyObject) staticGets the value of the PivotSerializationOptions.RemoveOldFields attached property for the specified DependencyObject.
GetStoreLayoutMode(DependencyObject) staticGets the value of the PivotSerializationOptions.StoreLayoutMode attached property for the specified DependencyObject.
GetType()Gets the Type of the current instance. Inherited from Object.
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.
SetAddNewFields(DependencyObject, Boolean) staticSets the value of the PivotSerializationOptions.AddNewFields attached property for the specified DependencyObject.
SetAddNewGroups(DependencyObject, Boolean) staticSets the value of the PivotSerializationOptions.AddNewGroups attached property for the specified DependencyObject.
SetRemoveOldFields(DependencyObject, Boolean) staticSets the value of the PivotSerializationOptions.RemoveOldFields attached property for the specified DependencyObject.
SetStoreLayoutMode(DependencyObject, StoreLayoutMode) staticSets the value of the PivotSerializationOptions.StoreLayoutMode attached property for the specified DependencyObject.
ToString()Returns a string that represents the current object. Inherited from Object.

Attached Properties

NameDescription
AddNewFields staticGets or sets whether the fields that currently exist in the PivotGrid, but do not exist in a layout when it’s restored, should be retained. This is an attached property.
AddNewGroups staticGets or sets whether the groups that currently exist in the PivotGrid, but do not exist in a layout when it’s restored, should be retained. This is an attached property.
RemoveOldFields staticGets or sets whether the fields that exist in a layout when it is restored, but don’t currently exist in the PivotGrid, should be discarded. This is an attached property.
StoreLayoutMode staticGets or sets which settings should be saved when saving the PivotGrid’s layout. This is an attached property.

See Also

PivotSerializationOptions Class

DevExpress.Xpf.PivotGrid Namespace