The purpose of the Show If Conditional Region server behavior is to allow the display of a specific region based on the evaluation of a condition. Before applying it, select a region containing data in Dreamweaver's editable area. If the region is empty, an error message will pop-up requesting to select some data.
You can access this server behavior from the Application panel, Server Behaviors -> + -> MX Kollection -> Conditional Regions -> Show If Conditional Region.
The user interface has two tabs. Directions about their correct configuration
are given below.

To set the dialog box options for the first tab, follow the next steps:

To set the dialog box options for the second tab, follow the next steps:
In the Expression
text area you can see the condition you build in the Basic
tab. If you prefer, here you can write the condition without using the
expression builder, by typing in the members and the operator. This way
more complex conditions can be constructed. It allows an improved flexibility,
as there are no more restrictions on the operands.
You can switch between the Advanced and
Basic tab as long as the expression in the
text area is simple enough to be displayed using the basic elements.
The Has ELSE checkbox determines if a second region will be inserted into the page, region that will be displayed if the condition is not met. Checking this option creates a second translator around a bogus content (Else text: Replace this).
Dreamweaver will display a translator surrounding the areas to be displayed based on the condition, and will also add a server behavior. If you want to change the condition, simply edit the existing server behavior.
When editing the server behavior, if you check the Has
ELSE option, the ELSE region content
will be added to the end of the if region content.