Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

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.v20.2.dll

NuGet Package: DevExpress.ExpressApp.Web

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