Skip to main content
Tab

GridViewCommandColumn.ClearFilterButton Property

OBSOLETE

Use the ShowClearFilterButton and SettingsCommandButton.ClearFilterButton properties instead. You can update your project automatically by using a tool provided in the http://www.devexpress.com/kbid=T246446 article.

Gets the Clear button settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[Obsolete("Use the ShowClearFilterButton and SettingsCommandButton.ClearFilterButton properties instead. You can update your project automatically by using a tool provided in the http://www.devexpress.com/kbid=T246446 article.", true)]
public GridViewCommandColumnButton ClearFilterButton { get; }

Property Value

Type Description
GridViewCommandColumnButton

A GridViewCommandColumnButton object that specifies the button’s settings.

See Also