Skip to main content

VGridOptionsRowFilter Members

Contains filter options for individual rows.

Constructors

Name Description
VGridOptionsRowFilter() Initializes a new instance of the VGridOptionsRowFilter class.

Properties

Name Description
AllowFilter Gets or sets whether the filter button is displayed in the row header.
ImmediateUpdatePopupExcelFilter Gets or sets whether filter conditions immediately apply to data, or only when the Excel-style Filter Dropdown closes.
PopupExcelFilterDateTimeValuesTabFilterType Gets or sets whether date-time values are arranged in an outline view or a list in the Excel style pop-up filter menus.
PopupExcelFilterDefaultTab Gets or sets whether the tab with a list of available data values or a list of predefined filter conditions is active by default in the Excel-style Filter Dropdown.
PopupExcelFilterEnumFilters If the current row contains enumeration data, gets or sets whether to show relational (equality and inequalities) filter conditions in the Excel-style Filter Dropdown.
PopupExcelFilterGrouping Gets or sets data field (row) names separated by a comma, semicolon, space or tab character by which filter values are grouped in the column’s filter menu.
PopupExcelFilterNumericValuesTabFilterType If the current row contains numeric data, gets or sets whether to display a list of available data values or a range track bar in the ‘Values’ tab of the Excel-style Filter Dropdown.
PopupExcelFilterTextFilters Gets or sets whether to show pattern-matching (e.g., Is Like) and relational (e.g., Greater Than) operators for string values in the Excel style pop-up filter menus.
ShowBlanksFilterItems Gets or sets whether the filter dropdown displays filter conditions that select blank and not blank data values.
ShowEmptyDateFilter If the current row contains dates, gets or sets whether the filter dropdown displays a filter condition that selects the empty (null) and not empty (not null) data values.

Methods

Name Description
Assign(BaseOptions) Assigns property values of the specified VGridOptionsRowFilter object to the corresponding properties of this object.
BeginUpdate() Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions.
CancelUpdate() Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions.
EndUpdate() Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Reset() Resets all options to their default values.
ToString() Returns a string representing the currently enabled options. Inherited from BaseOptions.
See Also