Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue("")]
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