Skip to main content

PivotGridFieldValueTemplateItem.IsAnyFieldSortedByThisValue Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.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