Back to Devexpress

PivotCustomFieldDataEventArgs Members

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

latest3.8 KB
Original Source

PivotCustomFieldDataEventArgs Members

Provides data for the PivotGridControl.CustomUnboundFieldData event.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
FieldGets the unbound field currently being processed.
ListSourceRowIndexGets the current row’s index in the data source.
ThreadSafeFieldGets the unbound field currently being processed. Provides read-only access to field settings.
ValueGets or sets the value of the cell currently being processed.

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.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetListSourceColumnValue(Int32, String)Gets the value of the specified field in the specified row in the control’s underlying data source.
GetListSourceColumnValue(String)Gets the value of the specified cell within the current row in the control’s underlying data source.
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.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PivotCustomFieldDataEventArgs Class

DevExpress.Xpf.PivotGrid Namespace