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

ASPxGridListEditor.CanManageFilterExpressionDisplayText Property

OBSOLETE

This property is not used.

Specifies if the ASPxGridListEditor List Editor updates the filter string displayed within the Filter Bar, in order to localize the text.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

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

Declaration

[Browsable(false)]
[Obsolete("This property is not used.")]
public bool CanManageFilterExpressionDisplayText { get; set; }

Property Value

Type Description
Boolean

true, if the ASPxGridListEditor updates the filter string displayed within the filter bar; otherwise - false.

Remarks

Specifies whether or not the ASPxGridListEditor class handles the ASPxGridBase.CustomFilterExpressionDisplayText event to modify the filter string displayed within the filter bar, in order to localize the text. When set to false, the standard ASPxGridView code is used to show the filter string.

See Also