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

TdxWizardControlOptionsSize.MinWidth Property

Specifies the minimum width of the page content, in pixels.

#Declaration

Delphi
property MinWidth: Integer read; write; default 0;

#Property Value

Type Default
Integer 0

#Remarks

Use this property to limit the page content width of a wizard control in AutoSize mode. Setting the MinWidth property to 0 indicates that the page width is limited only by the wizard control’s width limit specified via the dxWizardControlMinWidth global constant. Refer to the TdxWizardControlOptionsAnimate.ResizeAnimation property description for details on the AutoSize mode.

The default value of the MinWidth property is 0.

See Also