FilterPopupMenuOptions class Null safety
Controls how the filtering menu options can be customized.
- Annotations
Constructors
- FilterPopupMenuOptions({FilterMode filterMode = FilterMode.both, bool canShowClearFilterOption = true, bool canShowSortingOptions = true, bool showColumnName = true})
-
const
Properties
- canShowClearFilterOption → bool
-
Decides whether the
Clear Filter From {Column Name}
option should be displayed in filtering popup.final - canShowSortingOptions → bool
-
Decides whether the ascending and descending sorting options should be displayed in filtering popup.
final
- filterMode → FilterMode
-
Decides how the checked listbox and advanced filter options should be shown in filter popup.
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- showColumnName → bool
-
Decides whether the column name should be displayed along with the content of
Clear Filter
option .final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited