Skip to main content
All docs
V19.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.v19.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