Back to Devexpress

PivotGridCustomTotal Members

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

latest5.6 KB
Original Source

PivotGridCustomTotal Members

Represents a custom total which can be calculated for an outer column field or row field.

Constructors

NameDescription
PivotGridCustomTotal()Initializes a new instance of the PivotGridCustomTotal class with the default settings.
PivotGridCustomTotal(PivotSummaryType)Initializes a new instance of the PivotGridCustomTotal class with the specified summary function type.

Properties

NameDescription
AppearanceGets the appearance settings used to paint the custom total’s cells.
CellFormatProvides the settings used to format the custom total’s values. Inherited from PivotGridCustomTotalBase.
FormatProvides the settings used to format the text within the custom total’s headers. Inherited from PivotGridCustomTotalBase.
SummaryTypeGets or sets the type of the summary function used to calculate the current custom total. Inherited from PivotGridCustomTotalBase.
TagGets or sets the data associated with the custom total. Inherited from PivotGridCustomTotalBase.

Methods

NameDescription
CloneTo(PivotGridCustomTotalBase)Copies settings of the current object to the object passed as the parameter.
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.
GetCellFormat()Gets the actual settings used to format the custom total’s values. Inherited from PivotGridCustomTotalBase.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
GetValueText(Object)Returns the formatted text representation of the specified value according to the settings used to represent the headers of the current custom total. Inherited from PivotGridCustomTotalBase.
IsEqual(PivotGridCustomTotalBase)Returns whether the settings of the current and specified objects match.
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.
ToString()Returns the text representation of the current object. Inherited from PivotGridCustomTotalBase.

See Also

PivotGridCustomTotal Class

DevExpress.XtraPivotGrid Namespace