Skip to main content

TcxCustomListView.ShowWorkAreas Property

Determines whether the visual properties of work areas are displayed.

Declaration

property ShowWorkAreas: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

The ShowWorkAreas property specifies whether the list view should paint each work area in its own color and label it with its display name. If the list view’s WorkAreas property includes any work areas, the icons in the list view are always grouped visually by these work areas. The ShowWorkAreas property determines whether the properties of individual work area components are used to make each area stand out visually.

When the ShowWorkAreas property is set to True, each work area is painted in the color specified by its Color property and labeled by the string in its DisplayName property. When the ShowWorkAreas is set to False, icons appear grouped by work areas, but there is no other visual indication.

Note

To use work areas in a list view, the ViewStyle property must be set to vsIcon or vsSmallIcon.

The default value of the ShowWorkAreas property is False.

See Also