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.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[XtraSerializableProperty]
public string FieldComponentName { get; set; }
Property Value
Type | Description |
---|---|
String | 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