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.AssignedValues Property

Specifies which message box-related settings of the “Locked View” image override the corresponding owner control‘s settings.

#Declaration

Delphi
property AssignedValues: TcxLockedStateImageAssignedValues read; write; default [];

#Property Value

Type
TcxLockedStateImageAssignedValues

#Remarks

The AssignedValue property’s value can include the following flags in any combination:

Value Description
lsiavFont The “Locked View” image uses the Font property value instead of the owner control‘s Font settings to display the Text property value. Remove this flag to restore the default Font property value.
lsiavColor The “Locked View” image uses the Color property value as the message box’s background color instead of the owner control’s color. Remove this flag to restore the default Color property value.

The default AssignedValues property value is [].

See Also