Version

FilterClearButtonVisible Property

Specifies whether to display the filter clear button in the filter cells fo this column. Default is resolved to True.
Syntax
'Declaration
 
Public Property FilterClearButtonVisible As Infragistics.Win.DefaultableBoolean
public Infragistics.Win.DefaultableBoolean FilterClearButtonVisible {get; set;}
Remarks

Specifies whether to display the filter clear button in the filter cells fo this column. Default is resolved to True.

You can use the UltraGridOverride.FilterClearButtonLocation property to hide or display filter clear buttons on all the columns of a particular band or the whole grid.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also