Version

WebDataGridFilterRoles Enumeration

Roles defined for the ig_dataGrid.css file. CSS classes that will be applied to the Grid Filter elements.
Syntax
'Declaration
 
Public Enum WebDataGridFilterRoles 
   Inherits System.Enum
public enum WebDataGridFilterRoles : System.Enum 
Members
MemberDescription
CountThe amount of roles defined on the Filtering object.
FilterButtonCSS class that will be applied to the filter button.
FilterCheckboxListCss class for the list of unique values.
FilterCheckboxListItemCss class for the list item of unique values.
FilterDisabledCSS class that will be applied to the filter cell (TD element of the filter row) when filtering is disabled for a column.
FilterHeaderButtonCss class for the button that is displayed in the column header when the FilterType is not RowFilter.
FilterRowCSS class that will be applied to the filter row (the TR element of the filtering behavior) no matter where the row is appearing the top or the bottom.
FilterRowBottomCSS class that will be applied to the filter row (the TR element of the filtering behavior), when the row is positioned at the bottom.
FilterRowBottomCellCSS class that will be applied to the filter row cells (the TD element of the filtering behavior), when the row is positioned at the bottom.
FilterRowCellCSS class that will be applied to the filter row cells (the TD element of the filtering behavior) no matter where the row is appearing the top or the bottom.
FilterRowExpansionColumnCssClassCss class that will be applied to the expansion column for WebHierarchicalGrid in the filter row.
FilterRowSelectorCssClassThe CSS Class that will be applied to the RowSelector of the Filter Row.
FilterRowSelectorImageThe CSS Class that will be applied to the ImageArea of the RowSelector of the Filter Row.
FilterRowTopCSS class that will be applied to the filter row (the TR element of the filtering behavior), when the row is positioned at the top.
FilterRowTopCellCSS class that will be applied to the filter row cells (the TD element of the filtering behavior), when the row is positioned at the top.
FilterRuleDropDownCSS class that will be applied to the filter rules dropdown container.
FilterRuleDropDownHoverItemCSS class that will be applied to the filter rules dropdown item, when the item is hovered over.
FilterRuleDropDownItemCSS class that will be applied to the filter rules dropdown item.
FilterRuleDropDownSelectedItemCSS class that will be applied to the filter rules dropdown selected item.
FilterScrollbarIntersectionCSS class that will be applied to the intersection of the filter row and vertical scrollbar.
Requirements

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