Back to Devexpress

FieldValueInfo Members

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

latest3.5 KB
Original Source

FieldValueInfo Members

Stores information about the row and column fields related to the selected cell.

Properties

NameDescription
ChildrenGets a collection of objects that store information about the child fields of the current field.
DisplayTextGets the string that specifies the formatted cell value as it is displayed.
FieldGets the pivot grid field related to the cell currently being processed.
IsColumnIndicates whether the field whose value has currently been processed is a column field.
IsOthersValueIndicates whether the current field value is the ‘Others’ value.
ParentGets the information about the parent field for the current field.
ValueGets the current field value.
ValueTypeGets the information about the type of the column / row value.

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.
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

FieldValueInfo Class

DevExpress.Xpf.PivotGrid Namespace