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.Width Property

Specifies the navigation panel’s width, in pixels.

#Declaration

Delphi
property Width: Integer read; write; default dxAlertWindowDefaultNavigationPanelWidth;

#Property Value

Type Default
Integer dxAlertWindowDefaultNavigationPanelWidth

#Remarks

Use this property to specify the exact width of the navigation panel. If the panel’s text cannot be entirely displayed in the panel, the ellipsis is displayed next to the clipped text. Set the Width property to 0 or any negative value to let the panel automatically adjust its width to perfectly fit its elements into an alert window.

The default value of the Width property is specified by the dxAlertWindowDefaultNavigationPanelWidth global constant.

See Also