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

TcxLockedStateImageOptions.Color Property

Specifies the background color of the message box.

#Declaration

Delphi
property Color: TColor read; write; default clNone;

#Property Value

Type Default
TColor clNone

#Remarks

Use this property to apply a custom color to the background of the message box displayed on top of the “Locked View” image. Changing the default property value automatically adds the lsiavColor flag to the AssignedValues property value. You can remove the flag to restore the default Color property value.

Note

The “Locked View” image uses the owner control’s Color property value if the Color property is set to the default value.

The default Color property value is clNone.

See Also