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

Prefilter.ToString() Method

Returns the textual representation of the current object.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public override string ToString()

Returns

Type Description
String

A string representation of the pre-filter’s Prefilter.Criteria.

Remarks

This method is overridden to return the text representation of the Prefilter.Criteria property’s value.

See Also