Back to Devexpress

dxWizardControlMinHeight Constant

vcl-dxcustomwizardcontrol-46c9467b.md

latest853 B
Original Source

dxWizardControlMinHeight Constant

Specifies the minimum height of the wizard control, in pixels.

Declaration

delphi
const dxWizardControlMinHeight: Integer = 422;

Returns

Type
Integer

Remarks

Use this constant in combination with the dxWizardControlMinWidth constant in order to limit the size of the wizard control in AutoSize mode. In addition to these constants, you can limit the content size of individual pages in this mode, via the page OptionsSize property.

See Also

dxCustomWizardControl Unit