IThreadSafeField Properties
When implemented, provides a read-only access to basic settings of a field.Name | Description |
---|---|
AllowedAreas | Gets the areas within which the field can be positioned. |
Area | Gets the area in which the field is displayed. |
AreaIndex | Gets the field’s index among the other fields displayed within the same area. |
Caption | Gets the field’s display caption. |
DataType | Gets the field’s data type. |
DisplayFolder | Gets the name of the folder in which the field is located. |
DisplayText | Gets the string displayed within the field header. |
ExpandedInFieldsGroup | Gets the expansion status of the current field if it belongs to a field group. |
FieldName | Gets the name of the data source field assigned to the current PivotGridField object. |
FilterValues | Gets filter values for the current field. |
Group | Gets the group that owns the current field. |
GroupIndex | Gets the index of the field in a field group. |
GroupInterval | Gets how values of the current column or row field are combined into groups. |
GroupIntervalNumericRange | Gets the length of intervals into which field values are grouped. |
Name | Gets the field name. |
RunningTotal | Gets whether Running totals are calculated for values in the Data Area that correspond to the current column or row field. |
ShowNewValues | Gets whether field values that have appeared in the datasource after the field’s filtering was configured should be shown. |
SortByField | |
SortMode | Gets how data is sorted when sorting is applied to the field. |
SortOrder | Gets the field sort order. |
SummaryType | Gets the type of summary function calculated against the current field. |
TopValueCount | Gets an absolute or relative number of field values to be displayed for the current column or row field. |
TopValueShowOthers | Gets whether the “Others” item is displayed within the PivotGridControl when the Top N Values feature is enabled. |
TopValueType | Gets how the number of Top Values is determined. |
UnboundExpression | Gets an expression used to evaluate values for the current unbound field. |
UnboundFieldName | Gets the name of a column in a summary data source that corresponds to the current unbound field. |
UnboundType | Gets the data type and binding mode of the field. |
Visible | Gets whether the field is visible. |
See Also