Skip to main content
A newer version of this page is available.
All docs
V18.2

PivotGridField.IsTextOnly Property

Gets a value that specifies whether both the filter button and sort glyph are displayed within the field’s header.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public bool IsTextOnly { get; }

Property Value

Type Description
Boolean

true, if no filter button and sort glyph is displayed; otherwise, false.

See Also