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

TdxWizardControlFinishButton Properties
Show Inherited Hide Inherited

Contains Finish button settings.
Name Description
AlwaysVisible Specifies if the Finish button is visible on any wizard page.
Buttons Provides access to the wizard control’s button collection. Inherited from TdxWizardControlCustomButton.
Caption Specifies the button caption. Inherited from TdxWizardControlCustomButton.
Enabled Specifies whether the button is enabled. Inherited from TdxWizardControlCustomButton.
Focused Specifies whether the button has focus. Inherited from TdxWizardControlCustomButton.
Glyph Specifies the button image. Inherited from TdxWizardControlCustomButton.
GlyphAlignment Specifies how the button image is positioned relative to the button caption. Inherited from TdxWizardControlCustomButton.
ImageIndex Specifies the button image by its index in the associated image list. Inherited from TdxWizardControlCustomButton.
Owner protected Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
Visible protected Switches the button visibility. Inherited from TdxWizardControlCustomButton.
Width Specifies the button width, in pixels. Inherited from TdxWizardControlCustomButton.
See Also