Back to Devexpress

PivotDrillDownDataSource Members

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

latest4.9 KB
Original Source

PivotDrillDownDataSource Members

Represents a list of the records which are used to calculate summaries for individual cells.

Properties

NameDescription
IsLiveGets or sets whether to update the data source when the pivot grid data changes.
Item[Int32]Provides indexed access to the rows in the current data source.
RowCountGets the number of records in the data source.

Methods

NameDescription
Dispose()Disposes the data source.
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.
GetItemProperties(PropertyDescriptor[])For internal use.
GetListName(PropertyDescriptor[])For internal use.
GetRowIndex(Object)Returns the index of the specified row.
GetType()Gets the Type of the current instance. Inherited from Object.
GetValue(Int32, PivotGridField)Gets the value of the specified field in the specified row.
GetValue(Int32, Int32)Returns the value of the specified data field in the specified row.
GetValue(Int32, String)Returns the value of the specified data field in the specified row.
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.
SetValue(Int32, PivotGridField, Object)Sets the value of the specified data field in the specified row.
SetValue(Int32, Int32, Object)Sets the value of the specified data field in the specified row.
SetValue(Int32, String, Object)Sets the value of the specified data field in the specified row.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
ListChangedOccurs after the data source has been changed.

See Also

PivotDrillDownDataSource Class

DevExpress.Xpf.PivotGrid Namespace