Skip to main content

dxWizardControlMinHeight Constant

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

Declaration

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