TdxAlertWindowOptionsNavigationPanel.Visibility Property
In This Article
Specifies the visibility of the navigation panel in an alert window.
#Declaration
Delphi
property Visibility: TdxAlertWindowNavigationPanelVisibility read; write; default dxAlertWindowDefaultNavigationPanelVisibility;
#Property Value
Type | Default |
---|---|
Tdx |
dx |
#Remarks
Options include:
Value | Description |
---|---|
awnpv |
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 Message |
awnpv |
The navigation panel is always shown in an alert window. |
awnpv |
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