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

TdxCustomLayoutGroup.UseIndent Property

Specifies whether margins are used to separate group element edges from one another.

#Declaration

Delphi
property UseIndent: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Set the UseIndent property to True to separate the edges of group elements from one another within a group. If the LayoutDirection property is set to ldHorizontal, the UseIndent property affects the margin that separates the left edge of a group element from the right edge of the previous element. If the LayoutDirection property is set to ldVertical, the UseIndent property setting affects the margin that separates the top edge of a group element from the bottom edge of the previous element. If the UseIndent property is set to False, all group elements are closely placed within the group.

The default value of the UseIndent property is True.

See Also