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

PivotGridFieldValueTemplateItem.IsAnyFieldSortedByThisValue Property

Gets whether any field is sorted by the processed field value.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool IsAnyFieldSortedByThisValue { get; }

Property Value

Type Description
Boolean

true if any field is sorted by the value; otherwise, false.

See Also