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

TdxCustomWizardControl.Align Property

Specifies how the wizard control is aligned within its parent.

#Declaration

Delphi
property Align; default alClient;

#Property Value

Type Default
TAlign alClient

#Remarks

This property is initialized with alClient. By design, the wizard control occupies the entire client area of its parent. If you want to enable the standard VCL AutoSize mode for your wizard control, set the Align property to a value other than alClient. For more information on this mode and wizard size animation options, refer to a wizard control OptionsAnimate.ResizeAnimation property description.

See Also