Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxAlertWindowOptionsNavigationPanel.Visibility Property

Specifies the visibility of the navigation panel in an alert window.

#Declaration

Delphi
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