ListViewFilterAttribute Properties
Specifies the filters that an end-user will be able to apply to the List View that displays the target class’objects.| Name | Description |
|---|---|
| Caption | Specifies the current filter caption. |
| Criteria | Specifies the criteria applied to the List View when the current filter is applied. |
| Description | Specifies the current filter description. |
| Id | Specifies the identifier of the current filter. |
| ImageName | Specifies the name of the image that is displayed for the current filter. |
| Index | Specifies the order index by which the SetFilter Action‘s items are arranged. |
| IsCurrentFilter | Indicates whether the filter is initially applied to the current List View. |
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
See Also