FloatFilterItem
The FloatFilterItem class extends FilterItem as FilterItem<float?> and represents a filter criterion for a nullable float value.
Properties
| Name | Description |
|---|---|
| Not | Indicates whether the filter condition should be negated. |
| Type | The type of filtering applied. |
| Column | The name of the column to be filtered. |
| Value | The type of filtering applied. |
| ItemType | The type of the filter item. |
Constructors
| Name | Description |
|---|---|
| FilterItem(column, not, type, value) | Initializes a new instance of the FilterItem<T> class. |
Generic Types
| Name | Description |
|---|---|
| T | Generic type of value property. |