Back to Devexpress

IThreadSafeField Members

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

latest4.9 KB
Original Source

IThreadSafeField Members

When implemented, provides a read-only access to basic settings of a field.

Properties

NameDescription
AllowedAreasGets the areas within which the field can be positioned.
AreaGets the area in which the field is displayed.
AreaIndexGets the field’s index among the other fields displayed within the same area.
CaptionGets the field’s display caption.
DataTypeGets the field’s data type.
DisplayFolderGets the name of the folder in which the field is located.
DisplayTextGets the string displayed within the field header.
ExpandedInFieldsGroupGets the expansion status of the current field if it belongs to a field group.
FieldNameGets the name of the data source field assigned to the current PivotGridField object.
FilterValuesGets filter values for the current field.
GroupGets the group that owns the current field.
GroupIndexGets the index of the field in a field group.
GroupIntervalGets how values of the current column or row field are combined into groups.
GroupIntervalNumericRangeGets the length of intervals into which field values are grouped.
NameGets the field name.
RunningTotalGets whether Running totals are calculated for values in the Data Area that correspond to the current column or row field.
ShowNewValuesGets whether field values that have appeared in the datasource after the field’s filtering was configured should be shown.
SortByField
SortModeGets how data is sorted when sorting is applied to the field.
SortOrderGets the field sort order.
SummaryTypeGets the type of summary function calculated against the current field.
TopValueCountGets an absolute or relative number of field values to be displayed for the current column or row field.
TopValueShowOthersGets whether the “Others” item is displayed within the PivotGridControl when the Top N Values feature is enabled.
TopValueTypeGets how the number of Top Values is determined.
UnboundExpressionGets an expression used to evaluate values for the current unbound field.
UnboundFieldNameGets the name of a column in a summary data source that corresponds to the current unbound field.
UnboundTypeGets the data type and binding mode of the field.
VisibleGets whether the field is visible.

See Also

IThreadSafeField Interface

DevExpress.Xpf.PivotGrid Namespace