TdxAlertWindowOptionsNavigationPanel.Width Property
Specifies the navigation panel’s width, in pixels.
Declaration
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