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

TdxWizardControlCustomButtonCollectionItem.Enabled Property

Specifies whether the custom button is enabled.

#Declaration

Delphi
property Enabled: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Set this property to False or True to disable or enable an individual custom button. The button is enabled only if both the Enabled and the wizard control’s Buttons.Common.Enabled properties are set to True.

You can change the property value within the control’s OnPageChanging event handler to disable or enable the button when a specific wizard page becomes active.

The Enabled property’s default value is True.

See Also