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

Specifies the visual effect applied to the “Locked View” image.

#Declaration

Delphi
property Effect: TcxLockedStateImageEffect read; write; default lsieNone;

#Property Value

Type Default
TcxLockedStateImageEffect lsieNone

#Remarks

Use this property to enable or disable a visual effect applied to the image that displays the control’s state prior to an operation that locked its UI. Refer to the TcxLockedStateImageEffect type description for detailed information on all available options.

The default Effect property value is lsieNone.

See Also