TdxAlertWindowOptionsNavigationPanel.Visibility Property
Specifies the visibility of the navigation panel in an alert window.
Declaration
property Visibility: TdxAlertWindowNavigationPanelVisibility read; write; default dxAlertWindowDefaultNavigationPanelVisibility;
Property Value
| Type | Default |
|---|---|
| TdxAlertWindowNavigationPanelVisibility | dxAlertWindowDefaultNavigationPanelVisibility |
Remarks
Options include:
| Value | Description |
|---|---|
| awnpvAuto | The navigation panel is shown only if an alert window is associated with two or more messages. For more information, refer to the alert window’s MessageList property description. |
| awnpvAlways | The navigation panel is always shown in an alert window. |
| awnpvNever | The navigation panel is never shown in an alert window. |
The default value of the Visibility property is specified by the dxAlertWindowDefaultNavigationPanelVisibility global constant.
See Also