Back to Devexpress

DxPivotTableField Members

blazor-devexpress-dot-blazor-dot-pivottable-dot-dxpivottablefield-dot-underscore-members.md

latest6.6 KB
Original Source

DxPivotTableField Members

Defines a field that supplies data for the Pivot Table component.

Constructors

NameDescription
DxPivotTableField()Initializes a new instance of the DxPivotTableField class.

Properties

NameDescription
AllowDragSpecifies whether users can drag the field header and drop it onto another area.
AllowedAreasSpecifies areas where the field can be displayed.
AreaSpecifies the area where the field is displayed.
AreaIndexSpecifies the field’s index among other fields displayed within the same area.
CaptionSpecifies the field’s caption displayed in Pivot Table’s header.
CellFormatSpecifies the display format for data cells.
CellTemplateSpecifies a template for data cells that correspond to the current field.
FieldSpecifies the name of the database field that is assigned to the current object.
FilterFieldNameReturns the filter field name that is used by the filtering mechanism.
FilterMenuButtonDisplayModeSpecifies when the field header displays a filter menu button.
FilterMenuTemplateSpecifies a template used to display the field’s Filter Menu in the Pivot Table.
GroupIntervalGets or sets how the Pivot Table groups values of the current column or row field. Mostly used for DateTime values.
HeaderTemplateSpecifies a template to display the current field’s caption.
NameSpecifies the field’s unique name.
ShowInHiddenFieldListSpecify whether to display the field in Hidden Fields section of the Field List.
SortOrderSpecifies the field’s sort order (ascending or descending).
SummaryTypeSpecifies the type of the summary function which is calculated against the current data field values.
ValueFormatSpecifies the display format for field values displayed in rows or columns.
ValueTemplateSpecifies a template to display the current field’s values.
VisibleSpecifies whether the Pivot Table field is visible.
WidthSpecifies the width of cells where the field values are displayed.

Methods

NameDescription
ChangeSortOrder()Changes the field’s sort order.
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.

Events

NameDescription
AreaChangedFires when users drag the field to another area and the field’s Area property value changes.
AreaIndexChangedFires when users reorder fields within an area and the field’s AreaIndex property value changes.

See Also

DxPivotTableField Class

DevExpress.Blazor.PivotTable Namespace