Back to Devexpress

ASPxPivotGrid.FieldValueCollapsed Event

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgrid-cdc007b4.md

latest7.2 KB
Original Source

ASPxPivotGrid.FieldValueCollapsed Event

Fires after a field value has been collapsed.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event PivotFieldStateChangedEventHandler FieldValueCollapsed
vb
Public Event FieldValueCollapsed As PivotFieldStateChangedEventHandler

Event Data

The FieldValueCollapsed event's data class is PivotFieldStateChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
CustomTotalGets a custom total to which the processed field value corresponds.
DataFieldGets the data field which identifies the field value.
FieldGets the field being processed. Inherited from PivotFieldEventArgsBase<T>.
FieldIndexGets the position of the processed field in the header area.
IsCollapsedIndicates whether the processed field value is collapsed.
IsColumnGets whether the processed field value belongs to a column or row field.
IsOthersValueGets whether the current header corresponds to the “Others” row/column.
MaxIndexGets the maximum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed.
MinIndexGets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed.
ValueGets the column field or row field value to which the currently processed column/row header corresponds.
ValuesGets the outer field values in the processed row/column.
ValueTypeGets the type of the currently processed column/row header.

The event data class exposes the following methods:

MethodDescription
CreateDrillDownDataSource()Returns data records associated with the current field value.
CreateDrillDownDataSource(Int32, List<String>)Returns data records used to calculate a summary value for the current field. Allows you to specify the columns and limit the number of records to return.
CreateOLAPDrillDownDataSource(Int32, List<String>)Obsolete. In OLAP mode, returns a list of records used to calculate a summary value for the current field. Allows you to specify the columns and limit the number of records to be returned.
CreateServerModeDrillDownDataSource(Int32, List<String>)Obsolete. In server mode, returns a list of records used to calculate a summary value for the current field. Allows you to specify the columns and limit the number of records to be returned.
GetCellValue(Int32, Int32)Returns the specified cell’s value.
GetFieldValue(PivotGridField, Int32)Returns the specified field value.
GetHigherLevelFields()Returns the parent field(s) for the field value being currently processed.
GetHigherLevelFieldValue(PivotGridField)Returns the value of a specific parent field corresponding to the field value currently being processed.

Remarks

The FieldValueCollapsed event is raised after a field value has been collapsed by an end-user. This event only provides a notification, and you cannot cancel the action. To control whether individual field values can be collapsed, handle the ASPxPivotGrid.FieldValueCollapsing event instead.

See Also

FieldValueCollapsing

FieldValueExpanded

CollapseAll()

CollapseValue(Object)

ASPxPivotGrid Class

ASPxPivotGrid Members

DevExpress.Web.ASPxPivotGrid Namespace