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

TdxWizardControlElementVisibility Enum

Enumerates visibility options for the wizard control UI element.

#Declaration

Delphi
TdxWizardControlElementVisibility = (
    wcevDefault,
    wcevAlwaysVisible,
    wcevAlwaysHidden
);

#Members

Name
wcevDefault
wcevAlwaysVisible
wcevAlwaysHidden

#Remarks

Options include:

Value

Description

wcevDefault

The default setting. The visibility of the UI element is set based on the currently applied view style.

Select this option to make the UI element conform to the wizard standard associated with the view style.

wcevAlwaysVisible

The UI element is always displayed, regardless of the currently applied view style.

wcevAlwaysHidden

The UI element is always hidden, regardless of the currently applied view style.

See Also