Back to Devexpress

PivotSummaryDataSource Members

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

latest6.9 KB
Original Source

PivotSummaryDataSource Members

Represents a summary data source.

Constructors

NameDescription
PivotSummaryDataSource(PivotGridWpfData, Int32, Int32)Initializes a new instance of the PivotSummaryDataSource class.

Properties

NameDescription
IsLiveGets or sets whether to update the data source when the pivot grid data changes. Inherited from PivotSummaryDataSource.
Item[Int32]Gets or sets the row by its index.
RowCountGets the number of rows in the data source. Inherited from PivotSummaryDataSource.

Methods

NameDescription
Dispose()Disposes of the data source. Inherited from PivotDataSource.
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.
ExportToXml(Stream, Boolean)Exports the summary data source to a binary stream in the XML format. Inherited from PivotSummaryDataSource.
ExportToXml(String, Boolean)Exports the summary data source to an XML file. Inherited from PivotSummaryDataSource.
GetColumnIndex(PivotGridField)Returns the index of the column that corresponds to the specified field.
GetField(Int32)Returns the field to which the specified column corresponds.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetIsOthersValue(Int32, Int32)Returns whether the specified cell corresponds to the ‘Others’ column/row. Inherited from PivotSummaryDataSource.
GetIsOthersValue(Int32, String)Returns whether the specified cell corresponds to the ‘Others’ column/row. Inherited from PivotSummaryDataSource.
GetItemProperties(PropertyDescriptor[])For internal use. Inherited from PivotSummaryDataSource.
GetListName(PropertyDescriptor[])For internal use. Inherited from PivotSummaryDataSource.
GetRowIndex(Object)Returns the index of the specified row. Inherited from PivotSummaryDataSource.
GetType()Gets the Type of the current instance. Inherited from Object.
GetValue(Int32, PivotGridField)Returns the value of the specified cell.
GetValue(Int32, Int32)Returns the value of the specified cell. Inherited from PivotSummaryDataSource.
GetValue(Int32, String)Returns the value of the specified cell. Inherited from PivotSummaryDataSource.
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 a string that represents the current object. Inherited from Object.

Events

NameDescription
ListChangedOccurs after the data source has been changed. Inherited from PivotDataSource.

See Also

PivotSummaryDataSource Class

DevExpress.Xpf.PivotGrid Namespace