Back to Devexpress

TdxWizardControlElementVisibility Enum

vcl-dxcustomwizardcontrol-48aa74fc.md

latest1.0 KB
Original Source

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

dxCustomWizardControl Unit