Version

FilterClearButtonLocation Enumeration

Used for specifying FieldLayoutSettings.FilterClearButtonLocation property.
Syntax
'Declaration
 
Public Enum FilterClearButtonLocation 
   Inherits System.Enum
public enum FilterClearButtonLocation : System.Enum 
Members
MemberDescription
DefaultDefault is resolved to RecordSelectorAndFilterCell.
FilterCellFilter clear button is displayed in each filter cell.
NoneFilter clear button is not displayed.
RecordSelectorFilter clear button is displayed in record selector of the filter record.
RecordSelectorAndFilterCellFilter clear button is displayed in record selector as well as in each filter cell.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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