Skip to main content

TdxAlertWindowOptionsButtons.Height Property

Specifies the height of alert window custom buttons, in pixels.

Declaration

property Height: Integer read; write; default dxAlertWindowDefaultButtonHeight;

Property Value

Type Default
Integer dxAlertWindowDefaultButtonHeight

Remarks

Use the Height and Width properties to specify the size of custom buttons added via the Buttons collection. Make certain your button size is sufficient to display the images provided via Images; otherwise, they will be clipped.

The default value of the Height property is specified by the dxAlertWindowDefaultButtonHeight global constant.

See Also