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

TcxContainerStateItem Enum

Enumerates control states.

#Declaration

Delphi
TcxContainerStateItem = (
    csNormal,
    csActive,
    csDisabled,
    csHotTrack,
    csReadOnly
);

#Members

Name Description
csNormal

The base (normal) control state.

csActive

The focused state.

csDisabled

The control is disabled (the Enabled property is set to False).

csHotTrack

The control is hot-tracked (a user positions the mouse pointer within the control client area).

csReadOnly

The control is in read-only mode.

#Remarks

A UI element can be in different states depending on current settings, user actions, etc.

#Direct TcxContainerStateItem Type References

The following public API members reference the TcxContainerStateItem type:

See Also