NGridFilterType Constants Reference

Declared in NGridFilterSettings.h

NGridFilterType

Options to specify filter type.

Constants

NGridFilterTypeNone

Filter has no type and is not used.

Declared In NGridFilterSettings.h.

NGridFilterTypeEqual

Filter elements that are equal to the filter value.

Declared In NGridFilterSettings.h.

NGridFilterTypeNotEqual

Filter elements that are not equal to filter value.

Declared In NGridFilterSettings.h.

NGridFilterTypeGreater

Filter elements that are greater than the filter value.

Declared In NGridFilterSettings.h.

NGridFilterTypeLess

Filter elements that are less than the filter value.

Declared In NGridFilterSettings.h.

NGridFilterTypeGreaterOrEqual

Filter elements that are greater or equal to the filter value.

Declared In NGridFilterSettings.h.

NGridFilterTypeLessOrEqual

Filter elements that are less or equal to the filter value.

Declared In NGridFilterSettings.h.

NGridFilterTypeBetween

Filter elements that are in the interval between filter values.

Declared In NGridFilterSettings.h.

NGridFilterTypeLessOrGreater

Filter elements that are less than the first filter value and greater than the second one.

Declared In NGridFilterSettings.h.

Declared In

NGridFilterSettings.h