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

TcxContainerStyle.Edges Property

Specifies a set of visible borders of the affected control.

#Declaration

Delphi
property Edges: TcxBorders read; write;

#Property Value

Type Description
TcxBorders

The set of visible control borders.

#Remarks

Use the Edges property to define what individual control borders (left, right, top, and bottom) are visible.

#Style Setting Modification Flag

Any Edges property value change adds the csvEdges flag to the AssignedValues property. To restore the default values of all font settings accessible through the Edges property, remove the csvEdges flag.

To restore all default style settings simultaneously, call the RestoreDefaults procedure.

See Also