Skip to main content
A newer version of this page is available. .

PivotGridFieldSortBySummaryInfo.FieldComponentName Property

For internal use. Gets or sets the name of the field specified by the PivotGridFieldSortBySummaryInfo.Field property.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

[Browsable(false)]
[DefaultValue("")]
[XtraSerializableProperty]
public string FieldComponentName { get; set; }

Property Value

Type Default Description
String String.Empty

A string which specifies the name of the PivotGridFieldSortBySummaryInfo.Field.

Remarks

This member supports the control’s internal infrastructure and is not intended to be used directly from your code.

See Also