Skip to main content

TcxContainerStyle.Edges Property

Specifies a set of visible borders of the affected control.

Declaration

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