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

TcxOffsets.All Property

Specifies all offsets, in pixels.

#Declaration

Delphi
property All: Integer read; write;

#Property Value

Type Description
Integer

Specifies the Left, Top, Right, and Bottom property values if they are equal; otherwise, the All property value is -1.

#Remarks

Assign a value to this property to update all offsets simultaneously. This value is assigned to the Left, Top, Right, and Bottom properties. If you change one of these properties later, the All property value changes to -1. If you assign -1 to the All property, its setter calls the Reset procedure.

See Also