FilterEnabled property
- Last UpdatedNov 26, 2024
- 1 minute read
The FilterEnabled property specifies if the Filter() method is available. This read-only property will work in the same manner as the other function-enabled properties. That is, when the property is False, the corresponding function (the filter dialog box in this case) will not be available.
This property is set by the control whenever the state of the control changes. It will be set to False if there is no MES session, no user, or no entity. At all other times, it should be set to True.
|
Data Type |
Read/Write |
Default Value |
|---|---|---|
|
Boolean |
R/W |
False |